.c-page-hero{padding-top:var(--vm-hero-pad);padding-bottom:var(--vm-section-pad)}
.c-page-hero-copy{display:flex;flex-direction:column;align-items:flex-start;gap:var(--vm-space-2);min-width:0}
.c-page-hero-copy>p{max-width:42rem;color:var(--vm-muted);font-size:var(--vm-fs-3)}
.c-page-hero[data-hero-form="gradient-motion"]{width:min(calc(100% - (var(--vm-gutter) * 2)),var(--vm-container-wide));min-height:42rem;margin:0 auto var(--vm-space-5);padding:clamp(3rem,7vw,6rem) var(--vm-gutter);position:relative;overflow:hidden;border-radius:var(--vm-radius-lg);color:#FFFDFD;background:radial-gradient(circle at 18% 12%,rgba(255,190,202,.45),transparent 32%),radial-gradient(circle at 82% 76%,rgba(67,4,26,.58),transparent 36%),linear-gradient(125deg,#8F0D29,#D22E50 52%,#94102F);background-size:160% 160%;animation:vmHeroFlow 14s ease-in-out infinite alternate}
.c-page-hero[data-hero-form="gradient-motion"]:before{content:"";position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px);background-size:4rem 4rem;mask-image:linear-gradient(to bottom,transparent,black)}
.c-page-hero[data-hero-form="gradient-motion"] .c-page-hero-copy{position:relative;z-index:2;align-items:center;text-align:center;max-width:57rem;margin-inline:auto}
.c-page-hero[data-hero-form="gradient-motion"] .c-page-hero-copy>p{color:#FFE6EB}
.c-page-hero[data-hero-form="gradient-motion"] .vm-kicker{align-self:center;color:#FFFDFD}
.c-page-hero[data-hero-form="gradient-motion"] .c-page-hero-copy .vm-kicker,.c-page-hero[data-hero-form="gradient-motion"] .c-page-hero-copy .c-badge{align-self:center}
.c-page-hero[data-hero-form="gradient-motion"] .c-actions{justify-content:center}
.c-page-hero[data-hero-form="split"]{width:min(100% - (var(--vm-gutter) * 2),var(--vm-container-wide));margin-inline:auto;display:grid;grid-template-columns:minmax(0,.9fr) minmax(22rem,1.1fr);align-items:start;gap:var(--vm-space-5)}
.c-hero-stage{min-width:0;height:clamp(27rem,44vw,38rem);overflow:hidden;border-radius:var(--vm-radius-lg);background:#F7F0F2}
.c-hero-stage>img{width:100%;height:100%;object-fit:cover}
.c-hero-stage>article:only-child{width:100%;height:100%;max-width:none}
.c-doc-hero{padding-block:var(--vm-space-5);background:#F7F0F2}
.c-doc-hero h1{max-width:52rem}
.c-band{padding-block:var(--vm-section-pad)}
.c-band-paper{color:#26181D;background:#FFFFFF}
.c-band-soft{color:#26181D;background:#F7F0F2}
.c-band-dark{color:#FFFDFD;background:#26181D}
.c-band-dark .vm-muted{color:#CDBEC3}
.c-band-dark .vm-kicker{color:#FF9AAF}
@keyframes vmHeroFlow{from{background-position:0 20%}to{background-position:100% 80%}}
@media(max-width:64rem){
  .c-page-hero[data-hero-form="split"]{grid-template-columns:1fr}
  .c-page-hero[data-hero-form="split"] .c-hero-stage{height:auto;min-height:26rem;overflow:visible}
  .c-page-hero[data-hero-form="split"] .c-hero-stage>article{height:auto}
}
@media(max-width:45rem){
  .c-page-hero[data-hero-form="gradient-motion"]{min-height:39rem;padding-inline:1rem}
  .c-hero-stage{height:28rem}
}
@media(prefers-reduced-motion:reduce){
  .c-page-hero[data-hero-form="gradient-motion"]{animation:none}
}
