@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:wght@400;500;600;700&display=swap");:root{--cms-primary:#614f43;--cms-yellow:#ffb321;--cms-red:#db1215;--cms-text:#545454;--cms-text-2:#909090;--cms-line:#ebebeb;--cms-bg-1:#fcfbf9;--cms-bg-2:#f6f6f6;--cms-bg-7:#f1f0ed;--cms-white:#ffffff;--cms-font:"Albert Sans",system-ui,-apple-system,sans-serif}.cmsb{font-family:var(--cms-font);color:var(--cms-text);line-height:1.55}.cmsb,.cmsb *{box-sizing:border-box}.cmsb p{margin:0 0 1em}.cmsb-container{max-width:1170px;margin:0 auto;padding:0 16px}.cmsb-hero{position:relative;min-height:360px;display:flex;align-items:center;background:var(--cms-bg-7) center /cover no-repeat;color:var(--cms-white);padding:64px 16px}.cmsb-hero:before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.35)}.cmsb-hero__inner{position:relative;max-width:640px;margin:0 auto;text-align:center}.cmsb-hero__heading{font-size:clamp(28px,4vw,48px);font-weight:700;margin:0 0 12px;color:var(--cms-white)}.cmsb-hero__subtext{font-size:18px;margin:0 0 24px;color:rgba(255,255,255,.9)}.cmsb-btn{display:inline-block;background:var(--cms-primary);color:var(--cms-white);font-weight:600;padding:12px 28px;border-radius:999px;text-decoration:none;transition:opacity .2s}.cmsb-btn:hover{opacity:.9}.cmsb-banner{position:relative;border-radius:16px;overflow:hidden;min-height:220px;display:flex;align-items:flex-end;background:var(--cms-bg-2) center /cover no-repeat;margin:24px auto;max-width:1170px}.cmsb-banner__overlay{position:relative;width:100%;padding:24px;background:linear-gradient(0deg,rgba(0,0,0,.55),transparent);color:var(--cms-white);font-size:22px;font-weight:600}.cmsb-richtext{padding:32px 16px;max-width:820px;margin:0 auto}.cmsb-richtext h1,.cmsb-richtext h2,.cmsb-richtext h3{color:var(--cms-primary);font-weight:700;margin:1.2em 0 .5em}.cmsb-richtext a{color:var(--cms-primary);text-decoration:underline}.cmsb-richtext ol,.cmsb-richtext ul{padding-left:1.4em;margin:0 0 1em}.cmsb-section{padding:40px 16px}.cmsb-section__title{text-align:center;font-size:28px;font-weight:700;color:var(--cms-primary);margin:0 0 24px}.cmsb-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:20px;gap:20px;max-width:1170px;margin:0 auto}.cmsb-card{border:1px solid var(--cms-line);border-radius:12px;overflow:hidden;background:var(--cms-white)}.cmsb-card__img{aspect-ratio:1/1;background:var(--cms-bg-2);display:flex;align-items:center;justify-content:center;color:var(--cms-text-2);font-size:13px}.cmsb-card__body{padding:12px}.cmsb-card__name{font-weight:600;color:var(--cms-primary)}.cmsb-card__price{color:var(--cms-text-2);font-size:14px}.cmsb-placeholder-note{text-align:center;font-size:12px;color:var(--cms-text-2);margin-top:16px}.cmsb-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:24px;gap:24px;max-width:1170px;margin:0 auto}.cmsb-feature{text-align:center;padding:16px}.cmsb-feature__icon{font-size:36px;margin-bottom:12px}.cmsb-feature__heading{font-weight:700;color:var(--cms-primary);margin:0 0 8px}.cmsb-faq{max-width:820px;margin:0 auto}.cmsb-faq__item{border-bottom:1px solid var(--cms-line);padding:16px 0}.cmsb-faq__q{font-weight:600;color:var(--cms-primary);margin:0 0 6px}.cmsb-testimonials{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:20px;gap:20px;max-width:1170px;margin:0 auto}.cmsb-testimonial{background:var(--cms-bg-1);border:1px solid var(--cms-line);border-radius:12px;padding:24px}.cmsb-testimonial__quote{font-style:italic;margin:0 0 12px}.cmsb-testimonial__author{font-weight:600;color:var(--cms-primary)}.cmsb-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));grid-gap:8px;gap:8px;max-width:1170px;margin:0 auto}.cmsb-gallery__img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:8px;background:var(--cms-bg-2)}.cmsb-spacer--sm{height:24px}.cmsb-spacer--md{height:48px}.cmsb-spacer--lg{height:96px}.cmsb-divider{border:0;border-top:1px solid var(--cms-line);max-width:1170px;margin:24px auto}.cmsb-empty{display:flex;align-items:center;justify-content:center;color:var(--cms-text-2);font-size:13px;min-height:inherit}