.page-custom .cp-hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .18; }
.page-custom .cp-hero__body { position: relative; }
.page-custom .cp-cta__card { padding: clamp(24px, 5vw, 54px); border: 1px solid rgba(141,109,71,.2); border-radius: 22px; background: linear-gradient(135deg,#f8f2e8,#fffdf9); text-align: center; }
.page-custom .cp-cta__card h2 { margin: 0 0 10px; font: 500 clamp(26px,4vw,42px)/1.12 var(--hc-serif,Georgia,serif); }
.page-custom .cp-cta__card p { max-width: 62ch; margin: 0 auto 20px; color: var(--hc-ink-mid); }
.page-custom .cp-stats__grid,.page-custom .cp-cards__grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(190px,1fr)); gap: 16px; }
.page-custom .cp-stats__item,.page-custom .cp-cards__item { min-width: 0; padding: 24px; border: 1px solid rgba(141,109,71,.18); border-radius: 16px; background: var(--hc-paper,#fff); }
.page-custom .cp-stats__item b { display: block; margin-bottom: 5px; font: 500 clamp(28px,5vw,46px)/1 var(--hc-serif,Georgia,serif); }
.page-custom .cp-stats__item small,.page-custom .cp-cards__item p { color: var(--hc-ink-mid); line-height: 1.55; }
.page-custom .cp-cards__icon { margin-bottom: 14px; font-size: 30px; }
.page-custom .cp-cards__item h3 { margin: 0 0 8px; font-size: 18px; }
.page-custom .cp-quote blockquote { max-width: 780px; margin: 0 auto; padding: clamp(24px,5vw,50px); border-left: 4px solid var(--hc-gold,#d4b896); border-radius: 0 18px 18px 0; background: #f8f2e8; }
.page-custom .cp-quote p { margin: 0 0 14px; font: 500 clamp(22px,3.4vw,34px)/1.35 var(--hc-serif,Georgia,serif); }
.page-custom .cp-gallery__grid { display: grid; grid-template-columns: repeat(auto-fit,minmax(230px,1fr)); gap: 14px; }
.page-custom .cp-gallery img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: 14px; }
.page-custom .cp-video__frame { position: relative; aspect-ratio: 16/9; overflow: hidden; border-radius: 18px; background: #17130f; }
.page-custom .cp-video iframe { width: 100%; height: 100%; border: 0; }
.page-custom .cp-form { display: grid; gap: 14px; max-width: 620px; padding: clamp(20px,4vw,34px); border: 1px solid rgba(141,109,71,.18); border-radius: 18px; background: #fff; }
.page-custom .faq-list { display: grid; gap: 10px; }
.page-custom .faq-item { padding: 16px 18px; border: 1px solid rgba(141,109,71,.18); border-radius: 12px; background: #fff; }
.page-custom .faq-item summary { cursor: pointer; font-weight: 650; }
@media (max-width:640px) { .page-custom .cp-stats__grid,.page-custom .cp-cards__grid,.page-custom .cp-gallery__grid { grid-template-columns:minmax(0,1fr); } }
