.scv-wrap{padding:56px 0;font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;background:#fff;}
.scv-inner{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center;max-width:1200px;margin:0 auto;padding:0 24px;}
.scv-media{position:relative;border-radius:14px;overflow:hidden;background:#f2ede6;aspect-ratio:4/5;}
.scv-video,.scv-poster,.scv-placeholder{width:100%;height:100%;object-fit:cover;display:block;}
.scv-placeholder svg{width:100%;height:100%;}
.scv-text{max-width:520px;}
.scv-eyebrow{font-size:13px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#a9906b;margin:0 0 14px;}
.scv-title{font-size:38px;line-height:1.15;font-weight:800;color:#111;margin:0 0 20px;}
.scv-divider{display:block;width:46px;height:3px;background:#c9b28c;border-radius:2px;margin-bottom:26px;}
.scv-body p{font-size:17px;line-height:1.6;color:#3a3a3a;margin:0 0 20px;}
.scv-body p:last-child{margin-bottom:0;}
.scv-body strong{color:#111;font-weight:700;}

@media (max-width:768px){
  .scv-wrap{padding:40px 0;}
  .scv-inner{grid-template-columns:1fr;gap:28px;padding:0 20px;}
  .scv-title{font-size:28px;}
  .scv-body p{font-size:15px;}
}
