/* CaReMe public presentation: approved Commissioner design. */
:root {
    --primary: #2f5c55;
    --primary-dark: #244a44;
    --primary-light: #edf2ef;
    --text-dark: #243c37;
    --text-main: #37433f;
    --text-muted: #646c66;
    --bg-light: #f4f4ef;
    --bg-dark: #203d36;
    --border: #dce2da;
    --container-max: 1328px;
    --gradient: linear-gradient(#2f5c55, #2f5c55);
}
html { scroll-padding-top: 110px; }
body { background: #fcfcf9; }
a, button { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 2px solid #548478; outline-offset: 5px; }
.container { padding-inline: 32px; }
.btn { border-radius: 2px; }
.btn-gradient { background: var(--primary); box-shadow: none; }
.careme-design .btn-gradient::before { content: none; }
.careme-design .btn-gradient:is(:hover, :focus-visible) { background: var(--primary-dark); color: #fff; box-shadow: none; }
.btn-primary:hover, .btn-gradient:hover { transform: none; }
.navbar, .navbar.scrolled { background: #fcfcf9; padding-block: 20px; box-shadow: none; border-bottom: 1px solid #e5e8e0; backdrop-filter: none; }
.navbar .logo-text { font-size: 27px; letter-spacing: -.5px; }
.logo-icon { border-radius: 2px; }
.nav-menu { gap: 30px; }
.nav-link { padding-inline: 13px; font-size: 14px; }
.nav-link[aria-expanded="true"] { color: var(--primary); }
.nav-link[aria-expanded="true"]::after { content: ""; position: absolute; bottom: -21px; width: 32px; height: 3px; background: var(--primary); }
.nav-actions { gap: 24px; }

/* The product keeps its existing image and title; the page shares one baseline. */
.hero { padding: 143px 0 56px; background: #fcfcf9; overflow: hidden; }
.hero .container { max-width: var(--container-max); }
.hero-grid { grid-template-columns: minmax(0, .91fr) minmax(0, 1.35fr); gap: 48px; align-items: center; }
.hero-content { padding: 0; max-width: 490px; }
.hero-label { margin-bottom: 24px; }
.hero-label span { font-size: 10px; letter-spacing: 1.7px; font-weight: 650; }
.hero-title { max-width: 480px; font-size: clamp(43px, 3.55vw, 53px); line-height: 1.065; letter-spacing: -1.9px; margin-bottom: 23px; }
.hero-title-accent { margin-top: 8px; }
.hero-desc { font-size: 15px; line-height: 1.75; max-width: 445px; }
.hero-actions { margin-top: 25px; column-gap: 20px; row-gap: 10px; }
.hero-actions .btn { font-size: 14px; padding: 15px 21px; }
.hero-text-link { font-size: 12px; padding: 5px 0; }
.hero-proof { margin-top: 25px; display: flex; gap: 20px; border-top: 0; max-width: none; }
.hero-proof span, .hero-proof span + span { padding: 0; border: 0; font-size: 11px; line-height: 1.5; }
.hero-proof strong { display: inline; font-family: var(--font-main); font-size: inherit; font-weight: 600; margin-right: 3px; }
.hero-proof span:first-child { flex-shrink: 0; }
.hero-audiences { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 28px; }
.hero-audiences a { font-size: 11px; color: var(--primary); font-weight: 600; }
.hero-audiences a::after { content: "↗"; margin-left: 9px; }
.hero-audiences a:hover { text-decoration: underline; text-underline-offset: 4px; }
.hero-visual { padding: 19px 0 0 19px; }
.hero-visual::before { content: ""; position: absolute; inset: 0 25px 24px 0; background: #e5ece5; }
.hero-app-gallery { border-color: #bdcdc3; box-shadow: 0 16px 34px -24px #23413580; }
.hero-app-open-label { background: #2f5c55; color: #fff; border: 0; min-width: 258px; padding: 13px 16px; right: 15px; bottom: 15px; box-shadow: 0 3px 20px #193e3320; }
.hero-app-open-copy strong { font-size: 12px; font-weight: 600; }
.hero-app-open-copy small { font-size: 10px; color: #dce9e1; margin-top: 3px; }
.hero-app-open-button:hover .hero-app-open-label { background: #244a44; transform: none; }
.hero-app-gallery:hover .hero-app-image { transform: none; }

/* Original banner: production.css owns layout, logos, opacity and marquee. */
.trust {
    --bg-dark: #111111;
    --font-main: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    font-family: var(--font-main);
}

/* A compact directory gives the two main specialisms room without eight boxes. */
#industries { background: #fcfcf9; padding: 69px 0 60px; }
.section-header { text-align: left; max-width: none; margin-bottom: 35px; }
.section-header h2 { font-size: 37px; letter-spacing: -.9px; line-height: 1.16; }
#industries .section-header { display: flex; align-items: end; justify-content: space-between; gap: 50px; }
#industries .section-header h2 { max-width: 460px; margin: 0; }
#industries .section-header p { max-width: 490px; font-size: 14px; line-height: 1.65; }
.ind-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 0 30px; }
.ind-card { grid-column: span 2; padding: 23px 0 21px; min-height: 139px; background: transparent; border: 0; border-bottom: 1px solid var(--border); box-shadow: none; position: relative; justify-content: flex-start; gap: 0; }
.ind-card:hover { transform: none; box-shadow: none; border-color: #668e7f; background: transparent; }
.ind-card-title { font-family: var(--font-main); font-size: 16px; font-weight: 550; letter-spacing: -.15px; padding-right: 25px; margin-bottom: 8px; }
.ind-card-desc { font-size: 13px; line-height: 1.6; max-width: 340px; margin-bottom: 0; }
.ind-card-cta { border: 0; padding: 0; font-size: 0; position: absolute; right: 0; top: 27px; color: var(--primary); }
.ind-card-cta svg { width: 18px; height: 18px; }
.ind-card.industry-priority { grid-column: span 3; min-height: 250px; margin: 0 0 15px; padding: 34px 36px 28px; border: 0; border-left: 4px solid #2f5c55; overflow: hidden; }
.industry-priority .ind-card-body, .industry-priority .ind-card-cta { position: relative; z-index: 1; }
.industry-priority .ind-card-title { font-family: var(--font-serif); font-weight: 400; font-size: 32px; line-height: 1.14; max-width: 310px; padding: 0; letter-spacing: -.6px; margin-bottom: 17px; }
.industry-priority .ind-card-desc { font-size: 14px; max-width: 320px; }
.industry-priority .ind-card-cta { position: static; font-size: 12px; margin-top: auto; padding-top: 28px; display: flex; align-items: center; gap: 24px; width: max-content; }
.industry-priority .ind-card-cta svg { width: 16px; }
.ind-card.industry-psychotherapy { background: #2f5c55; border-color: #b6cbbb; }
.industry-psychotherapy .ind-card-title { color: #fff; }
.industry-psychotherapy .ind-card-desc { color: #dce8e1; }
.industry-psychotherapy .ind-card-cta { color: #fff; }
.ind-card.industry-doctors { background: #edf0e9; }
.industry-doctors .ind-card-title { max-width: 260px; }
.industry-watermark { position: absolute; right: 22px; top: 41px; width: 136px; height: 136px; color: #2f5c55; opacity: .075; transform: rotate(-8deg); }
.industry-watermark svg { width: 100%; height: 100%; stroke-width: .8; }
.industry-psychotherapy .industry-watermark { color: #fff; opacity: .13; }
.industry-priority:hover { filter: brightness(.98); }

/* The published MindCare story is already relevant to the two priority sectors. */
.case-section { padding: 0 0 70px; }
.case-card { background: #f0f2eb; color: var(--text-main); border-top: 1px solid var(--border); padding: 36px 40px; display: grid; grid-template-columns: minmax(0, 1fr) 235px; gap: 50px; }
.case-card:hover { transform: none; background: #ebeee6; }
.case-badge { background: transparent; color: var(--primary); padding: 0; letter-spacing: 1.6px; font-size: 10px; margin-bottom: 13px; }
.case-content h3 { color: var(--text-dark); font-size: 26px; max-width: 670px; letter-spacing: -.3px; }
.case-content blockquote { color: var(--text-muted); opacity: 1; font-size: 13px; font-style: normal; line-height: 1.8; margin-bottom: 21px; }
.case-author-avatar { display: none; }
.case-author-name { color: var(--primary); font-size: 12px; }
.case-author-company { color: var(--text-muted); opacity: 1; font-size: 11px; }
.case-stats { border: 0; border-left: 1px solid #cdd8cc; padding: 10px 0 10px 35px; flex-direction: column; justify-content: center; gap: 36px; }
.stat-number { color: var(--primary); font-family: var(--font-serif); font-size: 56px; font-weight: 400; letter-spacing: -1px; }
.case-stat .stat-label { color: var(--text-muted); opacity: 1; font-size: 9px; letter-spacing: 1.1px; }

/* Open menus read as a directory, with one restrained proof column. */
.nav-item.has-mega:hover .mega-menu { opacity: 0; visibility: hidden; transform: none; }
.nav-item.has-mega .mega-menu.open { opacity: 1; visibility: visible; transform: none; }
.mega-menu { background: #fcfcf9; transform: none; border-top: 1px solid var(--border); border-bottom: 1px solid #bdccc2; box-shadow: 0 30px 50px #233d3612; transition: opacity .15s, visibility .15s; }
.mega-container { max-width: var(--container-max); grid-template-columns: minmax(0, 1fr) 260px; gap: 40px; padding: 29px 32px 34px; }
.mega-section-title { margin: 0 0 17px; padding: 0; font-size: 10px; letter-spacing: 1.6px; color: #6e7971; }
.mega-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 22px; }
.mega-item { gap: 13px; padding: 16px 0; border: 0; border-bottom: 1px solid #e0e6dd; align-items: flex-start; }
.mega-item:hover { background: #eff3ec; border-color: #cad6c9; }
.mega-icon, .mega-icon.blue, .mega-icon.green, .mega-icon.orange, .mega-icon.purple { width: 24px; height: 27px; background: transparent; color: #688276; }
.mega-item:hover .mega-icon { color: var(--primary); background: transparent; }
.mega-icon svg { width: 20px; height: 20px; }
.mega-title { font-size: 14px; line-height: 1.4; margin-bottom: 5px; font-weight: 600; color: #28463d; }
.mega-desc { font-size: 12px; line-height: 1.5; color: #667268; max-width: 330px; }
.mega-item.industry-priority { padding: 17px 16px; background: #ecf1e9; border: 0; border-left: 3px solid var(--primary); margin-bottom: 9px; }
.mega-item.industry-priority .mega-title { font-family: var(--font-serif); font-size: 21px; font-weight: 400; line-height: 1.14; }
.mega-item.industry-priority .mega-desc { font-size: 12px; }
.mega-item.industry-priority .mega-icon { display: none; }
.mega-item.industry-psychotherapy { background: #2f5c55; }
.mega-item.industry-psychotherapy .mega-title { color: #fff; }
.mega-item.industry-psychotherapy .mega-desc { color: #d9e8de; }
.mega-item.industry-psychotherapy:hover { background: #244a44; }
.mega-case, .mega-case.solutions { background: #edf0e9; padding: 25px; align-self: stretch; display: flex; flex-direction: column; }
.mega-case-label, .mega-case.solutions .mega-case-label { color: #5c7468; font-size: 9px; letter-spacing: 1.5px; margin-bottom: 27px; }
.mega-case-card { background: transparent; box-shadow: none; flex: 1; }
.mega-case-content { padding: 0; height: 100%; display: flex; flex-direction: column; }
.mega-case-title { font-family: var(--font-serif); font-size: 26px; font-weight: 400; color: var(--primary-dark); line-height: 1.15; }
.mega-case-specialty { font-size: 11px; color: var(--text-muted); margin-top: 9px; }
.mega-case-stat { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; margin: 30px 0; }
.mega-case-stat .stat-value { color: var(--primary); font-family: var(--font-serif); font-size: 57px; font-weight: 400; line-height: 1; letter-spacing: -2px; }
.mega-case-stat .stat-label { font-size: 12px; color: var(--text-muted); }
.mega-case-link { border-top: 1px solid #c5d1c4; padding-top: 17px; margin-top: auto; font-size: 11px; color: var(--primary); }
.mega-case.solutions .mega-case-stat .stat-value, .mega-case.solutions .mega-case-link { color: var(--primary); }
#megaSolutions .mega-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 23px; }
#megaSolutions .mega-item { flex-direction: column; gap: 8px; padding: 13px 0 18px; }
#megaSolutions .mega-title { font-size: 13px; }
#megaSolutions .mega-desc { font-size: 11px; line-height: 1.5; }

/* The rest of the captured homepage follows the same typographic rhythm. */
#pricing { background: #f0f2eb; padding: 65px 0; }
#pricing > .container { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); gap: 100px; align-items: start; }
#pricing .section-header { padding-top: 28px; }
#pricing .section-header p { font-size: 15px; line-height: 1.8; max-width: 350px; }
.pricing-card { width: 100%; max-width: none; box-shadow: none; background: #fcfcf9; border: 1px solid #ced8cb; }
.pricing-card::before { height: 3px; background: var(--primary); }
.pricing-header { padding: 28px 30px 20px; gap: 25px; }
.pricing-header h3 { font-size: 21px; }
.pricing-badge { background: #e9eee4; color: var(--primary); padding: 4px 6px; font-size: 9px; }
.price { font-family: var(--font-serif); font-weight: 400; }
.pricing-limit { margin: 0 30px 18px; padding: 13px; background: #f0f3ea; }
.pricing-features { padding: 0 30px 16px; display: grid; grid-template-columns: 1fr 1fr; column-gap: 22px; }
.pricing-features li { font-size: 12px; padding: 9px 0; gap: 6px; }
.pricing-cta { padding: 8px 30px 26px; }
.pricing-footer { font-size: 11px; }
#knowledge { background: #fcfcf9; padding: 70px 0; }
#knowledge .section-header p { font-size: 14px; max-width: 660px; }
.knowledge-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.knowledge-card { background: transparent; min-height: 206px; padding: 23px; border: 1px solid #dbe2d6; border-left: 3px solid var(--primary); }
.knowledge-card:hover { transform: none; box-shadow: none; background: #f0f3eb; }
.knowledge-icon { opacity: .06; }
.knowledge-card h4 { font-size: 15px; font-weight: 550; }
.knowledge-count, .knowledge-card p { font-size: 12px; }
.knowledge-cta { font-size: 12px; }
.knowledge-all { background: var(--primary); }
.knowledge-all:hover { background: var(--primary-dark); }
.knowledge-all h4, .knowledge-all p { color: #fff; }
#faq { background: #f0f2eb; padding: 65px 0; }
.faq-question { font-size: 14px; padding-block: 22px; }
.faq-answer { font-size: 14px; }
#contact { background: var(--bg-dark); padding: 65px 0; }
#contact .section-header p { color: #c0cec4; font-size: 14px; }
.form-input { border-radius: 0; }
.footer { background: #fcfcf9; }
.footer-links h6 { font-size: 11px; text-transform: uppercase; letter-spacing: 1.3px; }
.footer-links a { font-size: 12px; }

@media (max-width: 1350px) {
    .hero-grid { gap: 30px; }
    .hero-title { font-size: 47px; }
    .nav-menu { gap: 20px; }
    .nav-link { padding-inline: 10px; }
    .mega-container { gap: 26px; grid-template-columns: minmax(0, 1fr) 235px; }
}
@media (max-width: 1100px) {
    .hero-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr); align-items: center; }
    .hero-title { font-size: 41px; }
    .hero-label span { font-size: 9px; letter-spacing: 1px; }
    .hero-desc { font-size: 14px; }
    .hero-content { max-width: 490px; }
    .nav-menu { gap: 15px; }
    .nav-link { padding-inline: 8px; font-size: 12px; }
    .nav-actions { gap: 13px; }
    .mega-case { display: none; }
    .mega-container { grid-template-columns: 1fr; }
    .industry-priority .ind-card-title { font-size: 29px; }
    .industry-watermark { right: -15px; opacity: .045; }
    #pricing > .container { gap: 50px; }
    .knowledge-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
    .navbar, .navbar.scrolled { padding-block: 16px; }
    .mobile-toggle { display: flex; width: 44px; height: 44px; justify-content: center; align-items: center; }
    .nav-menu { display: flex; position: fixed; top: 76px; left: 0; right: 0; flex-direction: column; align-items: stretch; background: #fcfcf9; padding: 16px 28px 30px; box-shadow: 0 24px 30px #263d3610; max-height: calc(100dvh - 76px); overflow-y: auto; opacity: 0; visibility: hidden; transform: none; }
    .nav-menu.open { opacity: 1; visibility: visible; transform: none; }
    .nav-links { flex-direction: column; align-items: stretch; }
    .nav-link { padding: 14px 0; border-bottom: 1px solid var(--border); font-size: 15px; justify-content: space-between; }
    .nav-link[aria-expanded="true"]::after { display: none; }
    .nav-actions { flex-direction: row; flex-wrap: wrap; justify-content: flex-start; gap: 24px; margin-top: 15px; border: 0; padding: 0; }
    .mega-menu { position: static; display: none; width: 100%; box-shadow: none; border: 0; }
    .nav-item.has-mega .mega-menu.open { display: block; }
    .mega-container { padding: 15px 0; }
    .mega-case, .mega-case.solutions { display: none; }
    .mega-grid, #megaSolutions .mega-grid { grid-template-columns: 1fr 1fr; }
    .hero { padding-top: 124px; }
    .hero-grid { grid-template-columns: 1fr; gap: 35px; }
    .hero-content { max-width: 650px; }
    .hero-title { max-width: 570px; font-size: 49px; }
    .hero-desc { max-width: 610px; }
    .hero-actions { flex-direction: row; align-items: center; }
    .hero-audiences { margin-top: 21px; }
    .hero-visual { width: 100%; max-width: 800px; padding: 16px 0 0 16px; }
    .hero-proof { display: flex; }
    .ind-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ind-card { grid-column: span 1; }
    .ind-card.industry-priority { grid-column: span 1; padding: 27px; }
    .industry-priority .ind-card-title { font-size: 27px; }
    #industries .section-header { display: block; }
    #industries .section-header h2 { margin-bottom: 16px; }
    .case-card { gap: 30px; padding: 30px; grid-template-columns: minmax(0, 1fr) 155px; }
    .case-stats { padding-left: 25px; }
    .stat-number { font-size: 44px; }
    #pricing > .container { grid-template-columns: 1fr; gap: 15px; }
    #pricing .section-header { padding-top: 0; }
    #pricing .section-header p { max-width: 570px; }
    .pricing-card { max-width: 650px; margin: 0; }
}
@media (max-width: 600px) {
    .container { padding-inline: 22px; }
    .hero { padding: 103px 0 34px; }
    .hero-grid { gap: 27px; }
    .hero-label { margin-bottom: 20px; }
    .hero-label span { font-size: 8px; letter-spacing: 1px; }
    .hero-title { font-size: clamp(36px, 10.2vw, 46px); line-height: 1.08; letter-spacing: -1.2px; max-width: 405px; margin-bottom: 20px; }
    .hero-desc { font-size: 14px; line-height: 1.7; }
    .hero-actions { gap: 12px; margin-top: 21px; }
    .hero-actions .btn { font-size: 13px; padding: 14px 20px; }
    .hero-text-link { min-height: 44px; display: flex; align-items: center; padding: 0; }
    .hero-proof { display: none; }
    .hero-audiences { gap: 3px 18px; margin-top: 12px; flex-direction: row; align-items: flex-start; }
    .hero-audiences a { min-height: 40px; display: flex; align-items: center; font-size: 11px; }
    .hero-visual { padding: 10px 0 0 10px; }
    .hero-visual::before { inset: 0 16px 16px 0; }
    .hero-app-gallery { overflow: visible; contain: layout; margin-bottom: 46px; }
    .hero-app-open-label { top: auto; bottom: -46px; left: -1px; right: -1px; min-width: 0; padding: 10px 12px; height: 46px; }
    .hero-app-open-copy strong { font-size: 11px; }
    .hero-app-open-copy small { display: none; }
    #industries { padding: 39px 0 35px; }
    .section-header h2 { font-size: 31px; }
    #industries .section-header p { font-size: 13px; }
    .ind-grid { grid-template-columns: 1fr; gap: 0; }
    .ind-card.industry-priority { padding: 28px; min-height: 215px; margin-bottom: 14px; }
    .industry-priority .ind-card-title { font-size: 29px; max-width: 265px; }
    .industry-priority .ind-card-desc { max-width: 285px; font-size: 13px; }
    .industry-watermark { right: 12px; top: 28px; width: 108px; height: 108px; }
    .ind-card { min-height: 0; padding: 21px 0; }
    .ind-card-title { font-size: 16px; }
    .ind-card-desc { max-width: 295px; }
    .case-section { padding-bottom: 40px; }
    .case-card { grid-template-columns: 1fr; padding: 27px; gap: 25px; }
    .case-content h3 { font-size: 24px; }
    .case-content blockquote { font-size: 12px; }
    .case-stats { border-left: 0; border-top: 1px solid #cdd8cc; padding: 23px 0 0; flex-direction: row; justify-content: flex-start; gap: 30px; }
    .stat-number { font-size: 39px; }
    .case-stat .stat-label { font-size: 8px; }
    #pricing, #knowledge, #faq, #contact { padding: 43px 0; }
    .pricing-header { padding: 24px; flex-direction: column; gap: 17px; }
    .pricing-header h3 { font-size: 22px; }
    .pricing-limit { margin-inline: 24px; }
    .pricing-features { padding-inline: 24px; grid-template-columns: 1fr; }
    .pricing-cta { padding-inline: 24px; }
    .knowledge-grid { grid-template-columns: 1fr; gap: 14px; }
    .knowledge-card { min-height: 170px; padding: 23px; }
    .knowledge-icon { right: 20px; }
    .mega-grid, #megaSolutions .mega-grid { grid-template-columns: 1fr; }
    .mega-item.industry-priority .mega-title { font-size: 22px; }
    #megaSolutions .mega-item { flex-direction: row; gap: 15px; }
    #megaSolutions .mega-title { font-size: 14px; }
    .mega-desc, #megaSolutions .mega-desc { font-size: 12px; }
    .footer-grid { grid-template-columns: 1fr; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation: none !important; transition: none !important; }
}



@font-face {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('../fonts/commissioner/commissioner-latin-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Commissioner';
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url('../fonts/commissioner/commissioner-latin.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body.careme-design { --font-main: 'Commissioner', 'Segoe UI', sans-serif; --font-serif: 'Commissioner', 'Segoe UI', sans-serif; }
.logo-text { font-family: var(--font-serif); }
.btn, .faq-question, .form-input { font-family: var(--font-main); }
body[data-type-layout='sans'] h1,
body[data-type-layout='sans'] h2,
body[data-type-layout='sans'] h3 { font-weight: 500; }
body[data-type-layout='sans'] .hero-title {
    font-size: clamp(42px, 3.6vw, 51px);
    line-height: 1.09;
    letter-spacing: -1.65px;
}
body[data-type-layout='sans'] .hero-title-accent { margin-top: 5px; }
body[data-type-layout='sans'] .section-header h2 { font-size: 35px; letter-spacing: -1px; }
body[data-type-layout='sans'] .industry-priority .ind-card-title { font-size: 30px; font-weight: 500; letter-spacing: -.65px; }
body[data-type-layout='sans'] .mega-item.industry-priority .mega-title { font-size: 21px; font-weight: 500; letter-spacing: -.5px; }
body[data-type-layout='sans'] .mega-case-title { font-size: 25px; font-weight: 500; }
body[data-type-layout='sans'] .case-content h3 { font-size: 25px; }
body[data-type-layout='sans'] .stat-number,
body[data-type-layout='sans'] .mega-case-stat .stat-value { font-weight: 400; }


@media (max-width:1100px) and (min-width:901px) { body[data-type-layout='sans'] .hero-title { font-size:41px; } }
@media (max-width:900px) { body[data-type-layout='sans'] .hero-title { font-size:49px; } body[data-type-layout='sans'] .industry-priority .ind-card-title { font-size:27px; } }
@media (max-width:600px) {
 body[data-type-layout='sans'] .hero-title { font-size:clamp(35px,9.75vw,43px); line-height:1.1; letter-spacing:-1.2px; }
 body[data-type-layout='sans'] .section-header h2 { font-size:29px; }
 body[data-type-layout='sans'] .industry-priority .ind-card-title { font-size:28px; }
}


/* Preview affordances only; the application screenshots stay unchanged. */
.hero-app-open-button { cursor: pointer; }
.hero-app-open-label { min-width: 290px; }
.hero-app-open-copy strong { font-size: 14px; }
.hero-app-open-copy small { font-size: 11px; }
.hero-app-open-button:hover .hero-app-open-arrow,
.hero-app-open-button:focus-visible .hero-app-open-arrow { transform: translateX(4px); }
.hero-app-gallery:not(.is-preview-opened) .hero-app-open-label {
    animation: heroAppOpenCue 1.9s ease-in-out 1.1s 2;
}
.hero-app-gallery:not(.is-preview-opened) .hero-app-open-arrow {
    animation: heroAppOpenArrowCue 1.9s ease-in-out 1.1s 2;
}
@keyframes heroAppOpenCue {
    45%, 65% { transform: translateY(-4px); }
}
@keyframes heroAppOpenArrowCue {
    45%, 65% { transform: translateX(5px); }
}

@media (max-width: 600px) {
    .hero-app-gallery { margin-bottom: 64px; }
    .hero-app-open-label { bottom: -64px; height: 64px; min-width: 0; }
    .hero-app-open-copy strong { font-size: 13px; }
    .hero-app-open-copy small { display: block; font-size: 11px; }
}
@media (prefers-reduced-motion: reduce) {
    .hero-app-open-arrow { transition: none; }
    .hero-app-gallery:not(.is-preview-opened) .hero-app-open-label,
    .hero-app-gallery:not(.is-preview-opened) .hero-app-open-arrow { animation: none; }
}

/* A single warm accent. Green remains the identity and primary-action colour. */
body[data-accent='amber'] {
    --careme-accent: #d8ac73;
    --careme-accent-hover: #e4bd8b;
    --careme-accent-ink: #243c37;
}
body[data-accent='amber'] .hero-app-open-label {
    background: var(--careme-accent);
    color: var(--careme-accent-ink);
}
body[data-accent='amber'] .hero-app-open-copy small {
    color: var(--careme-accent-ink);
}
body[data-accent='amber'] .hero-app-open-button:hover .hero-app-open-label,
body[data-accent='amber'] .hero-app-open-button:focus-visible .hero-app-open-label {
    background: var(--careme-accent-hover);
    color: var(--careme-accent-ink);
}
body[data-accent='amber'] .ind-card.industry-psychotherapy,
body[data-accent='amber'] .mega-item.industry-psychotherapy {
    border-left-color: var(--careme-accent);
}
body[data-accent='amber'] .industry-psychotherapy .ind-card-cta svg {
    color: var(--careme-accent);
}
body[data-accent='amber'] .case-badge,
body[data-accent='amber'] .mega-case-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
body[data-accent='amber'] .case-badge::before,
body[data-accent='amber'] .mega-case-label::before {
    content: "";
    flex: 0 0 24px;
    width: 24px;
    height: 3px;
    background: var(--careme-accent);
}
body[data-accent='amber'] .case-stats { border-color: var(--careme-accent); }



/* Editorial navigation and case study. */
.careme-design {
    --editorial-accent: #2f5c55;
    --editorial-on-dark: #dfebdd;
}
.careme-design[data-accent='amber'] {
    --editorial-accent: var(--careme-accent);
    --editorial-on-dark: var(--careme-accent);
}
.mega-editorial { max-height: calc(100dvh - 84px); overflow-y: auto; overscroll-behavior: contain; }
.mega-editorial .mega-container { grid-template-columns: minmax(0, 1fr) 300px; gap: 42px; padding-block: 30px 34px; }
.mega-editorial .mega-section { min-width: 0; }
.mega-editorial .mega-section-title { color: #51685c; margin-bottom: 23px; font-size: 10px; }
.mega-editorial .mega-icon { display: none; }
.mega-editorial .mega-item { position: relative; padding: 16px 21px 16px 0; gap: 0; }
.mega-editorial .mega-item::after { content: '↗'; position: absolute; right: 3px; top: 16px; color: #527466; font-size: 15px; }
.mega-editorial .mega-item:hover, .mega-editorial .mega-item:focus-visible { background: #eef2e9; }
.mega-editorial .mega-title { font-size: 14px; font-weight: 550; line-height: 1.4; }
.mega-editorial .mega-desc { font-size: 12px; line-height: 1.55; color: #5c6c61; }

/* Two primary practices, then an open directory rather than another set of cards. */
.mega-priority-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
#megaIndustries .mega-item.industry-priority { min-height: 132px; margin: 0; padding: 23px 34px 23px 24px; border-left-width: 3px; }
#megaIndustries .industry-priority .mega-title { max-width: 260px; font: 500 23px/1.15 var(--font-serif); letter-spacing: -.6px; margin-bottom: 12px; }
#megaIndustries .industry-priority .mega-desc { max-width: 280px; }
#megaIndustries .industry-psychotherapy::after { color: var(--editorial-on-dark); }
#megaIndustries .industry-psychotherapy .mega-desc { color: #e0eadf; }
#megaIndustries .industry-psychotherapy:hover, #megaIndustries .industry-psychotherapy:focus-visible { background: #244a44; }
.mega-directory-label { font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 1.25px; color: #51685c; margin: 25px 0 0; }
#megaIndustries .mega-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 24px; }
#megaIndustries .mega-grid .mega-item { min-height: 106px; }
#megaIndustries .mega-case { display: flex; padding: 28px; background: #203d36; color: #f0f4ec; }
#megaIndustries .mega-case-label { color: #d3dfd3; font-size: 9px; margin-bottom: 28px; }
#megaIndustries .mega-case-title { color: #f0f4ec; font: 500 29px/1.13 var(--font-serif); max-width: 200px; letter-spacing: -.6px; }
#megaIndustries .mega-case-specialty { color: #cfddcf; font-size: 11px; }
#megaIndustries .mega-case-stat { margin-block: auto; padding-block: 30px; }
#megaIndustries .mega-case-stat .stat-value { color: var(--editorial-on-dark); font-size: 76px; font-family: var(--font-serif); letter-spacing: -3px; }
#megaIndustries .mega-case-stat .stat-label { color: #d3dfd3; font-size: 12px; }
#megaIndustries .mega-case-link { color: #f0f4ec; border-color: #557066; min-height: 44px; padding-top: 18px; font-size: 12px; }
#megaIndustries .mega-case-link:focus-visible { outline-color: var(--editorial-on-dark); }

/* All nine existing destinations retain their titles and descriptions. */
.mega-solution-groups { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; }
.mega-solution-group { min-width: 0; }
.mega-group-heading { border-top: 3px solid var(--editorial-accent); padding-top: 15px; margin-bottom: 8px; font: 550 18px/1.3 var(--font-serif); letter-spacing: -.35px; }
#megaSolutions .mega-item { flex-direction: row; gap: 0; min-height: 111px; padding: 17px 20px 17px 0; }
#megaSolutions .mega-title { font-size: 14px; }
#megaSolutions .mega-desc { font-size: 12px; }
.mega-product-preview { display: flex; flex-direction: column; min-width: 0; padding: 25px 23px 20px; border: 1px solid #d3ded0; border-radius: 0; background: #edf0e9; color: #244a44; text-align: left; cursor: pointer; font-family: var(--font-main); }
.mega-preview-kicker { font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 1.4px; }
.mega-preview-title { font: 500 26px/1.15 var(--font-serif); letter-spacing: -.6px; max-width: 190px; margin: 20px 0 23px; }
.mega-preview-frame { display: block; position: relative; overflow: hidden; width: 100%; height: 180px; background: #f4f6f7; border: 1px solid #c9d5cb; }
.mega-preview-frame img { position: absolute; width: 200%; max-width: none; height: auto; left: -43%; top: -44%; }
.mega-preview-note { display: block; font-size: 10px; line-height: 1.5; color: #52675c; margin: 12px 0 24px; }
.mega-preview-action { display: flex; justify-content: space-between; align-items: center; gap: 15px; border-top: 1px solid #c0cebf; padding-top: 18px; width: 100%; margin-top: auto; font-size: 13px; font-weight: 600; }
.mega-preview-action > span { color: #244a44; font-size: 20px; transition: transform .15s; }
.mega-product-preview:hover { background: #e5ebe0; border-color: #8ea895; }
.mega-product-preview:hover .mega-preview-action > span { transform: translate(2px, -2px); }

/* A full-width story with an independent metric column, not a small linked box. */
.case-editorial-section { position: relative; padding: 72px 0 76px; background: #203d36; }
.careme-design .case-editorial { position: relative; isolation: isolate; display: grid; grid-template-columns: minmax(0, 1fr) 295px; gap: 28px 84px; padding: 0; border: 0; border-radius: 0; background: transparent; overflow: hidden; }
.case-editorial:hover { background: transparent; transform: none; }
.case-editorial:focus-visible { outline: 2px solid var(--editorial-on-dark); outline-offset: 10px; }
.case-story-heading { grid-column: 1; position: relative; z-index: 1; }
.case-story-heading .case-badge { color: #e1ebdc; font-size: 10px; font-weight: 550; margin-bottom: 22px; }
.case-story-heading h3 { font: 500 clamp(28px, 2.4vw, 36px)/1.16 var(--font-serif); color: #f3f5ed; letter-spacing: -.9px; max-width: 830px; margin: 0; }
.case-editorial .case-content { grid-column: 1; position: relative; z-index: 1; }
.careme-design .case-editorial blockquote { font: 400 16px/1.8 var(--font-main); color: #c8d8cc; opacity: 1; max-width: 770px; margin-bottom: 25px; overflow-wrap: normal; }
.case-quote-lead { display: block; font-size: 22px; line-height: 1.55; color: #eef3e8; margin-bottom: 14px; }
.case-editorial .case-author-name { color: #eef3e8; font-size: 12px; }
.case-editorial .case-author-company { color: #c8d8cc; font-size: 11px; }
.case-story-action { display: inline-flex; align-items: center; gap: 32px; font-size: 13px; font-weight: 550; color: #f0f4e9; border-bottom: 1px solid #92ab97; padding-bottom: 8px; margin-top: 29px; }
.case-story-action > span { color: var(--editorial-on-dark); font-size: 20px; }
.case-editorial:hover .case-story-action { border-color: var(--editorial-on-dark); }
.careme-design .case-editorial .case-stats { grid-column: 2; grid-row: 1 / span 2; display: flex; flex-direction: column; justify-content: center; align-items: stretch; gap: 0; margin: 0; padding: 15px 0 15px 45px; border: 0; border-left: 1px solid #577369; position: relative; z-index: 1; }
.case-editorial .case-stat { padding: 32px 0; }
.case-editorial .case-stat + .case-stat { border-top: 1px solid #577369; }
.case-editorial .stat-number { color: var(--editorial-on-dark); font: 400 clamp(60px, 6vw, 92px)/1 var(--font-serif); letter-spacing: -4px; font-variant-numeric: tabular-nums; }
.case-editorial .case-stat .stat-label { color: #d3dfd3; opacity: 1; font-size: 11px; line-height: 1.5; letter-spacing: 1px; margin-top: 13px; }

@media (max-width: 1200px) and (min-width: 901px) {
    .mega-editorial .mega-container { grid-template-columns: minmax(0, 1fr) 240px; gap: 28px; }
    #megaIndustries .mega-grid { gap: 0 16px; }
    #megaIndustries .mega-case { padding: 24px; }
    .mega-solution-groups { gap: 18px; }
    .mega-group-heading { font-size: 17px; min-height: 63px; }
    .mega-editorial .mega-desc { font-size: 11px; }
    #megaSolutions .mega-item { min-height: 133px; }
    #megaSolutions .mega-desc { font-size: 11px; }
    .mega-product-preview { padding: 23px 18px; }
    .mega-preview-frame { height: 160px; }
    #megaIndustries .industry-priority .mega-title { font-size: 21px; }
}
@media (max-width: 1100px) {
    .careme-design .case-editorial { grid-template-columns: minmax(0, 1fr) 245px; gap: 26px 42px; }
    .careme-design .case-editorial .case-stats { padding-left: 32px; }
}
@media (max-width: 900px) {
    .mega-editorial { max-height: none; overflow: visible; }
    .mega-editorial .mega-container { grid-template-columns: 1fr; gap: 24px; padding: 18px 0; }
    .mega-editorial .mega-section-title { margin-bottom: 18px; }
    #megaIndustries .mega-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    #megaIndustries .mega-case { display: none; }
    .mega-solution-groups { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
    .mega-group-heading { font-size: 17px; }
    #megaSolutions .mega-item { min-height: 122px; }
    .mega-product-preview { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 5px 22px; padding: 20px; align-items: center; }
    .mega-preview-frame, .mega-preview-frame img, .mega-preview-note { display: none; }
    .mega-preview-kicker { grid-column: 1; font-size: 9px; }
    .mega-preview-title { grid-column: 1; max-width: none; margin: 0; font-size: 21px; }
    .mega-preview-action { grid-column: 2; grid-row: 1 / span 2; border: 0; padding: 0; margin: 0; }
    .case-editorial-section { padding-block: 54px; }
    .careme-design .case-editorial { grid-template-columns: minmax(0, 1fr) 190px; gap: 25px 32px; }
    .case-story-heading h3 { font-size: 29px; }
    .case-quote-lead { font-size: 20px; }
    .case-editorial .stat-number { font-size: 66px; }
    .careme-design .case-editorial .case-stats { padding-left: 25px; }
    .case-editorial .case-stat .stat-label { font-size: 10px; }
}
@media (max-width: 600px) {
    .mega-priority-grid, #megaIndustries .mega-grid, .mega-solution-groups { grid-template-columns: 1fr; }
    .mega-priority-grid { gap: 12px; }
    #megaIndustries .mega-item.industry-priority { min-height: 0; padding: 22px 33px 22px 21px; }
    #megaIndustries .industry-priority .mega-title { font-size: 22px; }
    #megaIndustries .mega-grid .mega-item, #megaSolutions .mega-item { min-height: 0; padding-block: 18px; }
    .mega-solution-groups { gap: 28px; }
    .mega-group-heading { font-size: 21px; }
    .mega-editorial .mega-desc, #megaSolutions .mega-desc { font-size: 12px; }
    .mega-product-preview { grid-template-columns: 1fr; padding: 21px; }
    .mega-preview-action { grid-column: 1; grid-row: auto; border-top: 1px solid #becbbc; padding-top: 13px; margin-top: 12px; min-height: 44px; }
    .case-editorial-section { padding-block: 45px; }
    .careme-design .case-editorial { display: flex; flex-direction: column; gap: 26px; }
    .case-story-heading h3 { font-size: 28px; letter-spacing: -.6px; }
    .case-story-heading .case-badge { margin-bottom: 18px; }
    .careme-design .case-editorial blockquote { font-size: 15px; line-height: 1.75; }
    .case-quote-lead { font-size: 19px; line-height: 1.5; }
    .careme-design .case-editorial .case-stats { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border: 0; border-top: 1px solid #577369; padding: 24px 0 0; gap: 20px; }
    .case-editorial .case-stat { padding: 0; }
    .case-editorial .case-stat + .case-stat { border: 0; }
    .case-editorial .stat-number { font-size: clamp(45px, 13.4vw, 68px); letter-spacing: -2.5px; }
    .case-editorial .case-stat .stat-label { font-size: 9px; letter-spacing: .6px; }
    .case-story-action { font-size: 12px; gap: 14px; margin-top: 22px; }
}
@media (prefers-reduced-motion: reduce) {
    .mega-preview-action > span { transition: none; }
}



/* Reading-led category directory. Existing names, counts and URLs are retained. */
#knowledge.knowledge-editorial { padding-block: 84px; }
.knowledge-layout { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 2fr); gap: 88px; align-items: start; }
#knowledge .knowledge-layout > .section-header { margin: 0; padding-top: 18px; }
#knowledge .knowledge-layout h2 { font: 500 38px/1.13 var(--font-serif); letter-spacing: -1px; margin-bottom: 22px; }
#knowledge .knowledge-layout .section-header > p { font-size: 15px; line-height: 1.8; max-width: 310px; }
#knowledge .knowledge-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 34px; }
#knowledge .knowledge-card { min-width: 0; min-height: 0; padding: 25px 20px 25px 0; border: 0; border-top: 1px solid #b8c9ba; background: transparent; overflow: visible; box-shadow: none; transform: none; transition: background-color 160ms ease; }
#knowledge .knowledge-grid .knowledge-card { display: flex; flex-direction: column; align-items: flex-start; min-height: 177px; }
#knowledge .knowledge-icon { display: none; }
#knowledge .knowledge-count { flex: 0 0 auto; color: #50665a; font-size: 11px; line-height: 1.5; margin: 0 0 13px; letter-spacing: .9px; text-transform: uppercase; }
#knowledge .knowledge-card h4 { max-width: none; font: 500 21px/1.28 var(--font-serif); color: #24473e; letter-spacing: -.4px; margin: 0 0 18px; }
#knowledge .knowledge-cta { display: inline-flex; align-items: center; justify-content: space-between; gap: 25px; width: 100%; font-size: 12px; color: #345c4b; margin-top: auto; font-weight: 500; }
#knowledge .knowledge-cta > span { display: inline-block; font-size: 19px; transition: transform 160ms ease; }
#knowledge .knowledge-grid .knowledge-card::after { content: ''; position: absolute; top: -1px; left: 0; right: 0; height: 2px; background: #2f5c55; transform: scaleX(0); transform-origin: left; transition: transform 180ms ease; }
#knowledge .knowledge-grid .knowledge-card:is(:hover, :focus-visible) { background: #f0f3ea; }
#knowledge .knowledge-grid .knowledge-card:is(:hover, :focus-visible)::after { transform: scaleX(1); }
#knowledge .knowledge-grid .knowledge-card:is(:hover, :focus-visible) .knowledge-cta > span { transform: translateX(5px); }
#knowledge .knowledge-all { display: flex; flex-direction: row; align-items: center; justify-content: space-between; gap: 28px; width: fit-content; max-width: 100%; min-height: 48px; margin-top: 28px; padding: 8px 0; border: 0; border-bottom: 1px solid #688774; }
#knowledge .knowledge-all h4 { margin: 0; font: 550 14px/1.4 var(--font-main); color: #24473e; letter-spacing: 0; }
#knowledge .knowledge-all p, #knowledge .knowledge-all .knowledge-cta { display: none; }
#knowledge .knowledge-all::after { content: '↗'; font-size: 21px; color: #24473e; transition: transform 160ms ease; }
#knowledge .knowledge-all:is(:hover, :focus-visible) { background: transparent; border-color: #24473e; }
#knowledge .knowledge-all:is(:hover, :focus-visible)::after { transform: translate(3px, -3px); }

/* Motion describes an action or state; nothing is animated on scroll or in a loop. */
.careme-design .nav-link > svg { transition: transform 160ms ease; }
.careme-design .nav-link[aria-expanded='true'] > svg { transform: rotate(180deg); }
.mega-editorial .mega-item::after { transition: transform 160ms ease; }
.mega-editorial .mega-item:is(:hover, :focus-visible)::after { transform: translate(2px, -2px); }
.careme-design .hero-actions .btn > svg,
.careme-design .case-story-action > span,
.careme-design .ind-card-cta > svg { transition: transform 160ms ease; }
.careme-design .hero-actions .btn:is(:hover, :focus-visible) > svg,
.careme-design .ind-card:is(:hover, :focus-visible) .ind-card-cta > svg { transform: translateX(4px); }
.careme-design .case-editorial:is(:hover, :focus-visible) .case-story-action > span { transform: translate(3px, -3px); }
.careme-design .btn:active, .careme-design .mega-product-preview:active { transform: translateY(1px); }
.careme-design .faq-question { transition: background-color 160ms ease, color 160ms ease; }
.careme-design .faq-question:is(:hover, :focus-visible) { background: #e7ede1; color: #24473e; }
.careme-design .faq-question > span { transition: transform 160ms ease; }
.careme-design .faq-question:is(:hover, :focus-visible) > span { transform: translateX(4px); }

@media (max-width: 1100px) {
    .knowledge-layout { grid-template-columns: minmax(0, .9fr) minmax(0, 2fr); gap: 45px; }
    #knowledge .knowledge-card h4 { font-size: 20px; }
    #knowledge .knowledge-grid { gap: 0 25px; }
}
@media (max-width: 900px) {
    #knowledge.knowledge-editorial { padding-block: 56px; }
    .knowledge-layout { grid-template-columns: 1fr; gap: 35px; }
    #knowledge .knowledge-layout > .section-header { padding: 0; max-width: 640px; }
    #knowledge .knowledge-layout .section-header > p { max-width: 600px; }
    #knowledge .knowledge-all { margin-top: 18px; }
    #knowledge .knowledge-grid .knowledge-card { min-height: 177px; }
}
@media (max-width: 600px) {
    #knowledge.knowledge-editorial { padding-block: 45px; }
    #knowledge .knowledge-layout h2 { font-size: 32px; margin-bottom: 17px; }
    #knowledge .knowledge-layout .section-header > p { font-size: 14px; }
    #knowledge .knowledge-grid { grid-template-columns: 1fr; }
    #knowledge .knowledge-grid .knowledge-card { min-height: 0; padding: 24px 10px 23px 0; }
    #knowledge .knowledge-card h4 { font-size: 23px; max-width: 360px; }
    #knowledge .knowledge-count { font-size: 11px; margin-bottom: 11px; }
    #knowledge .knowledge-cta { font-size: 12px; }
    .careme-design .faq-question { gap: 14px; }
}
@media (prefers-reduced-motion: reduce) {
    #knowledge .knowledge-card, #knowledge .knowledge-card::after, #knowledge .knowledge-cta > span,
    .careme-design .nav-link > svg, .mega-editorial .mega-item::after,
    .careme-design .hero-actions .btn > svg, .careme-design .case-story-action > span,
    .careme-design .ind-card-cta > svg, .careme-design .faq-question, .careme-design .faq-question > span { transition: none; }
    #knowledge .knowledge-grid .knowledge-card:is(:hover, :focus-visible) .knowledge-cta > span,
    #knowledge .knowledge-all:is(:hover, :focus-visible)::after,
    .mega-editorial .mega-item:is(:hover, :focus-visible)::after,
    .careme-design .hero-actions .btn:is(:hover, :focus-visible) > svg,
    .careme-design .ind-card:is(:hover, :focus-visible) .ind-card-cta > svg,
    .careme-design .case-editorial:is(:hover, :focus-visible) .case-story-action > span,
    .careme-design .faq-question:is(:hover, :focus-visible) > span,
    .careme-design .btn:active, .careme-design .mega-product-preview:active { transform: none; }
}
