/* Shared CMS content modules. These are used by seeded pages and future editor content. */
.theme-main .section{width:min(1180px,calc(100% - 44px));margin-inline:auto}
.theme-main .section.narrow{max-width:880px;text-align:center}
.theme-main .section.sage{width:100%;max-width:none;background:color-mix(in srgb,var(--t-soft) 74%,white);border-block:1px solid color-mix(in srgb,var(--t-primary) 8%,transparent)}
.theme-main .section.sage>*,
.theme-main .section.sage .intro-grid{width:min(1180px,calc(100% - 44px));margin-inline:auto}
.theme-main .section h2{font-size:clamp(34px,5vw,58px);margin:0 0 18px}
.theme-main .section p,
.theme-main .section li{font-size:18px;line-height:1.78}
.theme-main .cms-page-section{background:transparent}
.theme-main .cms-page-prose{max-width:860px;margin-inline:auto}
.theme-main .cms-page-prose>*+*{margin-top:18px}
.theme-main .cms-page-prose h2{font-size:clamp(32px,4.4vw,52px);margin-top:28px}
.theme-main .cms-page-prose h3{font-size:clamp(24px,3vw,34px);margin-top:24px}
.theme-main .cms-page-prose img{border-radius:28px;box-shadow:var(--t-shadow);margin:28px auto}
.theme-main .cms-page-prose table{width:100%;border-collapse:collapse;background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 16px 45px color-mix(in srgb,var(--t-primary) 8%,transparent)}
.theme-main .cms-page-prose th,.theme-main .cms-page-prose td{padding:14px;border:1px solid color-mix(in srgb,var(--t-primary) 12%,transparent);text-align:left}
.intro-grid,.contact-experience{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:54px;align-items:center}
.intro-grid>div:not(.stat-bubbles){min-width:0}
.stat-bubbles{position:relative;min-height:360px}
.bubble{position:absolute;display:grid;place-items:center;text-align:center;border-radius:999px;background:var(--t-primary);color:white;box-shadow:var(--t-shadow);padding:24px}
.bubble.big{width:310px;height:310px;left:0;top:22px}
.bubble.small{width:228px;height:228px;right:4px;top:92px;background:color-mix(in srgb,var(--t-primary) 82%,var(--t-accent))}
.bubble strong{display:block;font-size:62px;line-height:1;color:white}
.bubble span{display:block;margin-top:12px;color:rgba(255,255,255,.82);font-weight:800}
.value-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:30px;border-block:1px solid color-mix(in srgb,var(--t-primary) 14%,transparent)}
.value-strip div{display:flex;align-items:center;gap:12px;padding:20px;color:var(--t-primary);font-size:22px;font-weight:850;border-right:1px solid color-mix(in srgb,var(--t-primary) 14%,transparent)}
.value-strip div:last-child{border-right:0}
.services-stage{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:48px}
.services-stage .service-card{min-height:250px;display:flex;flex-direction:column;justify-content:space-between}
.services-stage .service-card.has-service-image{padding:0;overflow:hidden}
.service-card-media{position:relative;display:block;margin:0;aspect-ratio:4/3;background:var(--t-soft);overflow:hidden}
.service-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease, filter .35s ease}
.service-card-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 54%,color-mix(in srgb,var(--t-primary) 26%,transparent))}
.service-card:hover .service-card-media img{transform:scale(1.045);filter:saturate(1.06)}
.services-stage .has-service-image>i{margin:24px 24px 14px}
.services-stage .has-service-image>div{padding:0 24px 24px}
.service-card-body{display:flex;flex:1;flex-direction:column;justify-content:space-between;padding:24px}
.service-card-body i{flex:0 0 auto}
.services-stage .service-card h3{font-size:25px;margin:0 0 12px;line-height:1.15}
.services-stage .service-card a{color:var(--t-primary);font-weight:900}
.service-card-list{display:grid;gap:9px;margin:18px 0 0;padding:0;list-style:none}
.service-card-list li{display:flex;align-items:flex-start;gap:9px;font-size:15.5px!important;line-height:1.45!important;color:color-mix(in srgb,var(--t-ink) 76%,var(--t-muted));font-weight:750}
.service-card-list li:before{content:"";width:8px;height:8px;border-radius:999px;background:var(--t-accent);margin-top:.56em;flex:0 0 auto;box-shadow:0 0 0 5px color-mix(in srgb,var(--t-accent) 14%,transparent)}
.service-card-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:18px}
.service-card-meta span{display:inline-flex;align-items:center;gap:6px;border:1px solid color-mix(in srgb,var(--t-primary) 11%,transparent);background:color-mix(in srgb,var(--t-soft) 64%,white);color:var(--t-primary);border-radius:999px;padding:8px 11px;font-size:12px;font-weight:900}
.service-image{grid-row:span 2;min-height:520px;border-radius:30px;overflow:hidden;box-shadow:var(--t-shadow);background:var(--t-soft)}
.service-image img{width:100%;height:100%;object-fit:cover}
.service-detail-intro{display:grid;grid-template-columns:minmax(0,.92fr) minmax(320px,1.08fr);gap:48px;align-items:center}
.service-detail-intro>div{min-width:0}
.service-detail-media{position:relative;margin:0;border-radius:34px;overflow:hidden;background:var(--t-soft);box-shadow:var(--t-shadow)}
.service-detail-media img{width:100%;height:min(520px,52vw);min-height:340px;object-fit:cover}
.service-process{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:32px}
.service-process-step{position:relative;background:#fff;border:1px solid color-mix(in srgb,var(--t-primary) 10%,transparent);border-radius:26px;padding:26px;box-shadow:0 16px 42px color-mix(in srgb,var(--t-primary) 7%,transparent)}
.service-process-step b{display:grid;place-items:center;width:42px;height:42px;border-radius:15px;background:var(--t-primary);color:white;margin-bottom:18px}
.service-process-step h3{font-size:22px;margin:0 0 8px}
.service-outcomes{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:28px;align-items:start;margin-top:34px}
.service-outcomes-panel{border-radius:30px;padding:30px;background:color-mix(in srgb,var(--t-primary) 92%,#000);color:white;box-shadow:var(--t-shadow)}
.service-outcomes-panel h3,.service-outcomes-panel p{color:white}
.service-feature-list{display:grid;gap:12px;margin:0;padding:0;list-style:none}
.service-feature-list li{display:flex;gap:12px;align-items:flex-start;background:#fff;border:1px solid color-mix(in srgb,var(--t-primary) 9%,transparent);border-radius:18px;padding:15px;font-weight:800}
.service-feature-list li i{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:var(--t-soft);color:var(--t-primary);font-size:18px;flex:0 0 auto}
.journey-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-top:34px;counter-reset:journey}
.journey-step{position:relative;border-top:2px solid color-mix(in srgb,var(--t-primary) 18%,transparent);padding:24px 6px 0;display:grid;gap:8px}
.journey-step:before{counter-increment:journey;content:counter(journey);width:38px;height:38px;border-radius:999px;background:var(--t-primary);color:white;display:grid;place-items:center;font-weight:900;margin-bottom:10px}
.journey-step h3{font-size:22px;margin:0}
.support-matrix{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:28px;align-items:start;margin-top:34px}
.support-matrix-copy{border-radius:30px;padding:32px;background:color-mix(in srgb,var(--t-soft) 70%,white);border:1px solid color-mix(in srgb,var(--t-primary) 10%,transparent)}
.support-matrix-copy h3{font-size:30px;margin:0 0 12px}
.support-matrix-list{display:grid;gap:12px;margin:0;padding:0;list-style:none}
.support-matrix-list li{display:grid;grid-template-columns:42px minmax(0,1fr);gap:14px;align-items:start;padding:16px;border-radius:20px;background:#fff;border:1px solid color-mix(in srgb,var(--t-primary) 9%,transparent);box-shadow:0 12px 34px color-mix(in srgb,var(--t-primary) 6%,transparent)}
.support-matrix-list i{width:42px;height:42px;border-radius:15px;background:var(--t-primary);color:white;display:grid;place-items:center;font-size:21px}
.support-matrix-list strong{display:block;margin-bottom:4px;color:var(--t-ink)}
.insight-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-top:34px;border:1px solid color-mix(in srgb,var(--t-primary) 11%,transparent);border-radius:28px;overflow:hidden;background:#fff;box-shadow:0 16px 44px color-mix(in srgb,var(--t-primary) 7%,transparent)}
.insight-strip div{padding:24px;border-right:1px solid color-mix(in srgb,var(--t-primary) 10%,transparent)}
.insight-strip div:last-child{border-right:0}
.insight-strip strong{display:block;font-size:26px;color:var(--t-primary);margin-bottom:6px}
.service-readiness{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:28px}
.service-readiness article{background:#fff;border:1px solid color-mix(in srgb,var(--t-primary) 9%,transparent);border-radius:24px;padding:24px;box-shadow:0 14px 38px color-mix(in srgb,var(--t-primary) 6%,transparent)}
.service-readiness i{width:46px;height:46px;border-radius:16px;background:var(--t-soft);color:var(--t-primary);display:grid;place-items:center;font-size:24px;margin-bottom:16px}
.service-readiness h3{font-size:23px;margin:0 0 8px}
.service-detail-media figcaption{position:absolute;left:20px;bottom:20px;display:inline-flex;align-items:center;gap:8px;border-radius:999px;background:rgba(255,255,255,.92);color:var(--t-primary);padding:10px 14px;font-weight:900;box-shadow:0 14px 35px rgba(0,0,0,.12)}
.mini-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:32px}
.mini-cards .mini-card{position:static;display:block;background:white;color:var(--t-primary);padding:26px;border-radius:24px;border:1px solid color-mix(in srgb,var(--t-primary) 10%,transparent);box-shadow:0 16px 45px color-mix(in srgb,var(--t-primary) 8%,transparent)}
.mini-cards .mini-card i{width:52px;height:52px;border-radius:16px;background:var(--t-soft);color:var(--t-primary);display:grid;place-items:center;font-size:26px;margin-bottom:18px}
.mini-cards .mini-card h3{font-size:24px;margin:0 0 10px}
.contact-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
.contact-image{min-height:520px;border-radius:30px;overflow:hidden;box-shadow:var(--t-shadow)}
.contact-image img{width:100%;height:100%;object-fit:cover}
.review-grid{columns:3 310px;column-gap:24px;margin-top:48px}
.review-grid .review-card{break-inside:avoid;margin:0 0 24px}
.review-author{display:flex;align-items:center;gap:12px;margin-top:22px}
.review-author img{width:52px;height:52px;border-radius:999px;object-fit:cover}
.review-author strong{display:block;color:var(--t-primary)}
.review-author span{display:block;color:var(--t-muted);font-size:14px}

/* Give each theme family a distinct module voice, not just a different hero. */
.layout-rounded .intro-grid>div:not(.stat-bubbles),
.layout-care .intro-grid>div:not(.stat-bubbles),
.layout-community .intro-grid>div:not(.stat-bubbles),
.layout-soft .intro-grid>div:not(.stat-bubbles){padding:clamp(8px,2vw,22px) 0}
.layout-executive .theme-main .section.sage{background:#f4f8fb}
.layout-executive .intro-grid{grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);gap:68px}
.layout-executive .stat-bubbles{min-height:330px;border-left:5px solid var(--t-accent);padding-left:28px}
.layout-executive .bubble{position:static;border-radius:16px;width:auto!important;height:auto!important;min-height:132px;margin-bottom:16px;box-shadow:none;place-items:start;text-align:left}
.layout-executive .bubble strong{font-size:54px}
.layout-executive .bubble.small{background:white;color:var(--t-primary);border:1px solid color-mix(in srgb,var(--t-primary) 12%,transparent)}
.layout-executive .bubble.small span{color:var(--t-muted)}
.layout-executive .service-card,
.layout-executive .mini-cards .mini-card{border-radius:14px;box-shadow:0 12px 36px rgba(10,37,64,.08)}
.layout-executive .service-card i,
.layout-executive .mini-cards .mini-card i{border-radius:12px}
.layout-executive .value-strip div{font-size:18px}
.layout-editorial .theme-main .section.sage{background:#fff7ed}
.layout-editorial .intro-grid{grid-template-columns:minmax(0,1fr);gap:34px}
.layout-editorial .stat-bubbles{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;min-height:0;border-block:2px solid #111;padding-block:22px}
.layout-editorial .bubble{position:static;width:auto!important;height:auto!important;min-height:160px;border-radius:0;background:#111;box-shadow:none}
.layout-editorial .bubble strong{font-family:Georgia,serif}
.layout-editorial .service-card,
.layout-editorial .mini-cards .mini-card,
.layout-editorial .review-card{border-radius:4px;box-shadow:none;border-color:#111}
.layout-editorial .service-card i,
.layout-editorial .mini-cards .mini-card i{border-radius:999px}
.layout-editorial .value-strip{border-block:2px solid #111}
.layout-editorial .value-strip div{font-family:Georgia,serif;font-size:22px}
.layout-creative .theme-main{background:#080808}
.layout-creative .creative-bg{inset:0}
.layout-creative .theme-main .section.sage{background:#111;border-color:rgba(255,255,255,.12)}
.layout-creative .intro-grid{grid-template-columns:minmax(0,1fr);gap:34px}
.layout-creative .stat-bubbles{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;min-height:0}
.layout-creative .bubble{position:relative;overflow:hidden;width:auto!important;height:auto!important;min-height:210px;border-radius:28px;background:linear-gradient(135deg,color-mix(in srgb,var(--t-accent) 64%,#111),#111);box-shadow:none}
.layout-creative .bubble.big,
.layout-creative .bubble.small{left:auto;right:auto;top:auto}
.layout-creative .bubble:after{content:"";position:absolute;inset:auto -30px -50px auto;width:140px;height:140px;border-radius:50%;background:rgba(255,255,255,.08)}
.layout-creative .theme-main .section h2,
.layout-creative .theme-main .section h3,
.layout-creative .value-strip div{color:white}
.layout-creative .service-card,
.layout-creative .mini-cards .mini-card,
.layout-creative .review-card{background:#111;color:white;border-color:rgba(255,255,255,.12);box-shadow:none}
.layout-creative .service-card i,
.layout-creative .mini-cards .mini-card i{background:rgba(255,255,255,.12);color:white}
.layout-creative .service-card a{color:white}
.layout-creative .value-strip,
.layout-creative .value-strip div{border-color:rgba(255,255,255,.18)}
.layout-bold .theme-main .section.sage,
.layout-startup .theme-main .section.sage{background:color-mix(in srgb,var(--t-primary) 8%,white)}
.layout-bold .intro-grid{grid-template-columns:minmax(0,1fr) minmax(0,.95fr)}
.layout-bold .bubble{border-radius:28px;transform:rotate(-2deg)}
.layout-bold .bubble.small{right:20px;transform:rotate(3deg);background:var(--t-accent)}
.layout-bold .service-card,
.layout-startup .service-card{border-radius:18px;border-left:5px solid var(--t-accent)}
.layout-bold .services-stage{grid-template-columns:1fr 1fr 1fr 1fr}
.layout-bold .service-image{grid-column:span 2;grid-row:span 2}
.layout-bold .mini-cards .mini-card,
.layout-startup .mini-cards .mini-card{border-radius:18px}
.layout-startup .intro-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
.layout-startup .bubble{border-radius:26px;background:linear-gradient(135deg,var(--t-primary),var(--t-accent))}
.layout-startup .bubble.small{background:white;color:var(--t-primary);border:1px solid color-mix(in srgb,var(--t-accent) 20%,transparent)}
.layout-startup .bubble.small span{color:var(--t-muted)}
.layout-startup .service-image{grid-column:1/-1;grid-row:auto;min-height:360px;order:-1}
.layout-startup .services-stage .service-card{min-height:220px}
.layout-community .bubble,
.layout-care .bubble,
.layout-soft .bubble{box-shadow:none}
.layout-community .bubble{background:#a16207}
.layout-care .bubble{background:#0f3d2e}
.layout-soft .bubble{background:#083c3a}
.layout-community .service-card,
.layout-care .service-card,
.layout-soft .service-card,
.layout-community .mini-cards .mini-card,
.layout-care .mini-cards .mini-card,
.layout-soft .mini-cards .mini-card{background:color-mix(in srgb,var(--t-soft) 68%,white);box-shadow:none}
.layout-soft .theme-main .section.sage{background:#fff}
.layout-soft .service-card,
.layout-soft .mini-cards .mini-card{border-radius:34px}
.layout-soft .value-strip{border-radius:24px;overflow:hidden;background:color-mix(in srgb,var(--t-soft) 46%,white)}

.cms-public-form .choice-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:10px;margin-top:4px}
.cms-public-form .choice-list label{display:flex;align-items:flex-start;gap:9px;border:1px solid color-mix(in srgb,var(--t-primary) 10%,transparent);border-radius:14px;background:#fff;padding:11px 12px;font-weight:800;color:var(--t-ink);line-height:1.35}
.cms-public-form .choice-list input{width:auto;min-width:16px;margin-top:3px;padding:0}
.cms-theme .cms-file-picker{position:relative;border:1.5px dashed color-mix(in srgb,var(--t-primary) 24%,#cdd8cc);border-radius:22px;background:linear-gradient(180deg,#fff,color-mix(in srgb,var(--t-soft) 46%,white));min-height:126px;display:flex;align-items:center;gap:16px;text-align:left;padding:18px;cursor:pointer;margin:7px 0 16px;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease,background .18s ease}
.cms-theme .cms-file-picker input[type=file]{position:absolute!important;opacity:0!important;width:1px!important;height:1px!important;pointer-events:none}
.cms-theme .cms-file-icon{width:54px;height:54px;border-radius:18px;background:var(--t-primary);color:white;display:grid;place-items:center;font-size:28px;flex:0 0 auto;box-shadow:0 14px 32px color-mix(in srgb,var(--t-primary) 20%,transparent)}
.cms-theme .cms-file-copy{min-width:0;display:grid;gap:4px}
.cms-theme .cms-file-copy strong{font-size:16px;color:var(--t-ink)}
.cms-theme .cms-file-copy span{color:var(--t-muted);font-size:14px;line-height:1.45}
.cms-theme .cms-file-name{color:var(--t-primary);font-size:13px;font-weight:900;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.cms-theme .cms-file-picker:hover,.cms-theme .cms-file-picker.drag,.cms-theme .cms-file-picker.has-file{transform:translateY(-1px);border-color:var(--t-primary);background:#fff;box-shadow:0 0 0 5px color-mix(in srgb,var(--t-primary) 10%,transparent),0 18px 40px color-mix(in srgb,var(--t-primary) 9%,transparent)}
.cms-form-note{display:flex;align-items:flex-start;gap:10px;border:1px solid color-mix(in srgb,var(--t-primary) 12%,transparent);border-radius:18px;background:#fff;padding:14px 16px;margin:0 0 16px;color:var(--t-ink)}
.cms-form-note i{font-size:22px;color:var(--t-accent)}
.cms-form-note strong,.cms-form-note span{display:block}
.cms-form-note span{color:var(--t-muted)}
.cms-form-note.success{background:color-mix(in srgb,var(--t-soft) 55%,white)}
.cms-form-note.error{background:#fff7ed;border-color:#fed7aa}
.cms-form-note.error i{color:#c2410c}
.layout-creative .creative-hero-grid h1{font-size:clamp(48px,7vw,98px);max-width:760px;overflow-wrap:normal}

@media(max-width:1050px){.intro-grid,.contact-experience,.service-detail-intro,.layout-executive .intro-grid,.layout-bold .intro-grid,.layout-startup .intro-grid{grid-template-columns:1fr}.services-stage,.layout-bold .services-stage{grid-template-columns:repeat(2,minmax(0,1fr))}.service-image,.layout-bold .service-image{grid-column:auto;grid-row:auto;min-height:360px}.service-detail-media img{height:420px}.stat-bubbles{max-width:620px}.review-grid{columns:2 280px}}
@media(max-width:980px){.journey-steps,.insight-strip,.service-readiness{grid-template-columns:repeat(2,minmax(0,1fr))}.support-matrix{grid-template-columns:1fr}.insight-strip div:nth-child(2){border-right:0}.insight-strip div:nth-child(3){grid-column:1/-1;border-top:1px solid color-mix(in srgb,var(--t-primary) 10%,transparent)}}
@media(max-width:760px){.theme-main .section,.theme-main .section.sage>*,.theme-main .section.sage .intro-grid{width:min(100% - 28px,1180px)}.stat-bubbles,.layout-editorial .stat-bubbles,.layout-creative .stat-bubbles{min-height:0;display:grid;grid-template-columns:1fr 1fr;gap:12px;border-block:0;padding-block:0}.bubble,.layout-executive .bubble,.layout-editorial .bubble,.layout-creative .bubble{position:static;width:auto!important;height:auto!important;min-height:170px!important;transform:none}.layout-creative .bubble:after{display:none}.bubble strong{font-size:42px}.bubble span{font-size:14px}.value-strip,.services-stage,.mini-cards,.contact-row,.layout-bold .services-stage,.layout-startup .services-stage,.service-process,.service-outcomes,.journey-steps,.insight-strip,.service-readiness{grid-template-columns:1fr}.value-strip div{border-right:0;border-bottom:1px solid color-mix(in srgb,var(--t-primary) 14%,transparent)}.value-strip div:last-child{border-bottom:0}.service-image,.layout-startup .service-image{order:-1}.service-card-body{padding:22px}.service-detail-media img{height:330px;min-height:0}.service-detail-media figcaption{left:14px;bottom:14px;max-width:calc(100% - 28px)}.review-grid{columns:1}.contact-image{min-height:350px}.cms-theme .cms-file-picker{align-items:flex-start}.insight-strip div,.insight-strip div:nth-child(2),.insight-strip div:nth-child(3){grid-column:auto;border-right:0;border-top:1px solid color-mix(in srgb,var(--t-primary) 10%,transparent)}.insight-strip div:first-child{border-top:0}.support-matrix-list li{grid-template-columns:1fr}.layout-creative .creative-hero-grid h1{font-size:clamp(40px,11vw,62px);overflow-wrap:anywhere}}
