.voice-profile-redesign{--vpr-brand:#3b4173;--vpr-accent:#f44b1d;--vpr-text:#171717;--vpr-muted:#717171;--vpr-line:#e3e4ea;--vpr-surface:#f6f6f8;color:var(--vpr-text);font-family:"Roboto",sans-serif;background:#fff;overflow:hidden}.vpr-container{width:calc(100% - 48px);max-width:1270px;margin:0 auto}.vpr-breadcrumbs{padding-top:22px}.vpr-kicker{display:block;margin-bottom:8px;color:var(--vpr-accent);font-size:12px;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.vpr-hero{padding:20px 0 56px}.vpr-hero__shell{display:grid;grid-template-columns:250px minmax(0,1fr) 292px;gap:0;align-items:stretch;border:1px solid var(--vpr-line);border-radius:24px;background:#fff;box-shadow:0 18px 55px rgba(59,65,115,.09);overflow:hidden}.vpr-identity{display:flex;flex-direction:column;background:var(--vpr-surface);border-right:1px solid var(--vpr-line)}.vpr-photo-wrap{position:relative;min-height:284px;background:#e9eaf0}.vpr-photo-wrap--empty:after{content:"Фото недоступно";position:absolute;inset:0;display:grid;place-items:center;color:var(--vpr-muted)}.vpr-identity__photo{display:block;width:100%;height:284px;object-fit:cover}.vpr-favourite{position:absolute;left:14px;right:14px;bottom:12px;display:flex;align-items:center;gap:8px;width:max-content;max-width:calc(100% - 28px);padding:8px 12px;border-radius:999px;background:rgba(255,255,255,.94);box-shadow:0 4px 15px rgba(23,23,23,.12);font-size:13px;font-weight:500}.vpr-favourite__button{display:flex;color:var(--vpr-accent)}.vpr-favourite__button svg{width:19px;height:19px}.vpr-facts{margin:0;padding:15px 18px 10px}.vpr-facts div{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px solid #dddfe6;font-size:13px}.vpr-facts div:last-child{border:0}.vpr-facts dt{color:var(--vpr-muted)}.vpr-facts dd{margin:0;max-width:58%;text-align:right;font-weight:500}.vpr-links{display:flex;flex-wrap:wrap;gap:6px 12px;margin-top:auto;padding:2px 18px 17px}.vpr-links a{color:var(--vpr-brand);font-size:12px;text-decoration:underline}.vpr-intro{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:34px 34px}.vpr-badge{align-self:flex-start;padding:7px 11px;border-radius:999px;color:var(--vpr-brand);background:#eceef8;font-size:12px;font-weight:600}.vpr-intro h1{margin:16px 0 6px;color:var(--vpr-text);font-size:44px;line-height:1.05}.vpr-intro__position{margin:0 0 15px;color:var(--vpr-brand);font-size:18px;font-weight:500}.vpr-intro__lead{margin:0;color:#444;font-size:15px;line-height:1.55}.vpr-audio-card{display:flex;align-items:center;gap:18px;min-width:0;padding:17px 19px;border:1px solid var(--vpr-line);border-radius:16px;background:#fff}.vpr-audio-card--main{margin-top:23px;background:linear-gradient(135deg,#f8f8fb,#fff);box-shadow:0 8px 24px rgba(59,65,115,.08)}.vpr-audio-card__copy{min-width:0;flex:1}.vpr-audio-card__copy span{display:block;margin-bottom:5px;color:var(--vpr-muted);font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase}.vpr-audio-card__copy strong{display:block;overflow:hidden;color:var(--vpr-text);font-size:15px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}.vpr-player{flex:0 0 112px;width:112px!important;margin:0!important}.vpr-player .player__timer{font-size:11px}.vpr-order{display:flex;flex-direction:column;justify-content:center;padding:29px 25px;border-left:1px solid var(--vpr-line);background:#fbfbfc}.vpr-order__eyebrow{margin-bottom:10px;color:var(--vpr-muted);font-size:13px}.vpr-order__price{color:var(--vpr-brand);font-size:21px}.vpr-order__details{margin:18px 0}.vpr-order__details div{padding:10px 0;border-top:1px solid var(--vpr-line)}.vpr-order__details dt{margin-bottom:4px;color:var(--vpr-muted);font-size:12px}.vpr-order__details dd{margin:0;font-size:14px}.vpr-order__note{margin:0;color:var(--vpr-muted);font-size:12px;line-height:1.5}.vpr-order__button{display:flex!important;align-items:center;justify-content:center;min-height:52px;width:100%;box-sizing:border-box;margin-top:18px;text-transform:uppercase}.vpr-section{padding:64px 0}.vpr-section--tint{background:var(--vpr-surface)}.vpr-section h2{margin:0 0 25px;color:var(--vpr-text);font-size:32px;line-height:1.15}.vpr-section__head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.vpr-section__head>a{margin-bottom:28px;color:var(--vpr-brand)}.vpr-section__intro{max-width:700px;margin:-12px 0 26px;color:var(--vpr-muted)}.vpr-count{margin-bottom:29px;color:var(--vpr-muted);font-size:14px}.vpr-work-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.vpr-work-card{display:grid;grid-template-columns:128px 1fr;min-width:0;min-height:176px;border:1px solid var(--vpr-line);border-radius:18px;background:#fff;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.vpr-work-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(59,65,115,.1)}.vpr-work-card__visual{position:relative;min-height:176px;background:var(--vpr-brand);overflow:hidden}.vpr-work-card__visual img{width:100%;height:100%;object-fit:cover}.vpr-work-card__visual:after{content:"";position:absolute;inset:45% 0 0;background:linear-gradient(transparent,rgba(23,23,23,.7))}.vpr-work-card__visual>span{position:absolute;z-index:1;left:13px;bottom:12px;color:#fff;font-size:12px;font-weight:600}.vpr-work-card__visual--fallback{background:linear-gradient(145deg,var(--vpr-brand),#686e9a)}.vpr-work-card__visual--fallback:before{content:"Озвучка";position:absolute;left:13px;top:15px;color:rgba(255,255,255,.72);font-size:11px;letter-spacing:.08em;text-transform:uppercase}.vpr-work-card__body{display:flex;flex-direction:column;justify-content:center;min-width:0;padding:18px}.vpr-work-card h3{margin:0 0 11px;font-size:17px;line-height:1.3}.vpr-work-card h3 a{color:var(--vpr-text)}.vpr-work-card__role{margin:0 0 7px;color:var(--vpr-brand);font-size:14px;font-weight:500}.vpr-work-card__actor{margin:0;color:var(--vpr-muted);font-size:13px}.vpr-about-voice{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:70px;align-items:center}.vpr-about-voice p{max-width:690px;margin:0;font-size:16px;line-height:1.7}.vpr-voice-specs{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:0}.vpr-voice-specs div{padding:14px;border:1px solid var(--vpr-line);border-radius:12px;background:#fff}.vpr-voice-specs dt{margin-bottom:5px;color:var(--vpr-muted);font-size:11px;text-transform:uppercase}.vpr-voice-specs dd{margin:0;color:var(--vpr-brand);font-size:14px;font-weight:600}.vpr-demo-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.vpr-filmography{border-top:1px solid var(--vpr-line)}.vpr-filmography article{display:grid;grid-template-columns:70px minmax(220px,.8fr) minmax(260px,1.2fr);gap:18px;align-items:baseline;padding:12px 0;border-bottom:1px solid var(--vpr-line)}.vpr-filmography h3,.vpr-filmography p{margin:0;font-size:14px}.vpr-filmography__year{color:var(--vpr-muted);font-size:13px}.vpr-filmography p{color:#555}.vpr-filmography-toggle{display:block;min-height:48px;margin:24px auto 0;padding:0 24px;border:1px solid var(--vpr-brand);border-radius:999px;color:var(--vpr-brand);background:#fff;font-weight:500;cursor:pointer}.vpr-filmography-toggle:hover,.vpr-filmography-toggle:focus-visible{color:#fff;background:var(--vpr-brand);outline:none}.vpr-voice-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.vpr-voice-card{padding:18px;border:1px solid var(--vpr-line);border-radius:16px;background:#fff}.vpr-voice-card__top{display:flex;align-items:center;gap:13px}.vpr-voice-card__top img{flex:none;width:72px;height:72px;border-radius:50%;object-fit:cover}.vpr-voice-card h3{margin:0 0 6px;font-size:16px}.vpr-voice-card h3 a{color:var(--vpr-text)}.vpr-voice-card__top p{margin:0;color:var(--vpr-muted);font-size:12px}.vpr-player--compact{margin:15px 0 10px!important}.vpr-voice-card__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:13px}.vpr-voice-card__footer>a{color:var(--vpr-brand);font-weight:500}.vpr-biography{max-width:940px}.vpr-biography__text{columns:2;column-gap:58px}.vpr-biography__text p{break-inside:avoid;margin:0 0 18px;color:#3f3f3f;font-size:16px;line-height:1.72}.vpr-video-section{display:grid;grid-template-columns:300px minmax(0,780px);gap:50px;align-items:start}.vpr-video{margin:0}.vpr-trust{padding-top:12px;background:#fff}.vpr-trust__block{max-width:1370px;margin:0 auto 18px;border-radius:22px;overflow:hidden}.vpr-trust__block>section,.vpr-trust__block>div{margin-top:0!important}.vpr-trust__block .headers__title{font-size:32px}.vpr-trust__block:last-child{margin-bottom:0}
@media(max-width:1100px){.vpr-hero__shell{grid-template-columns:220px minmax(0,1fr)}.vpr-order{grid-column:1/-1;display:grid;grid-template-columns:1fr 1.2fr 1fr;gap:20px;align-items:center;border-top:1px solid var(--vpr-line);border-left:0}.vpr-order__details{margin:0}.vpr-order__note{margin:0}.vpr-order__button{grid-column:3;margin:0}.vpr-work-grid{grid-template-columns:repeat(2,1fr)}.vpr-voice-grid{grid-template-columns:repeat(2,1fr)}.vpr-about-voice{gap:40px}}
@media(max-width:780px){.vpr-container{width:calc(100% - 32px)}.vpr-hero__shell{grid-template-columns:170px minmax(0,1fr)}.vpr-identity__photo,.vpr-photo-wrap{height:215px;min-height:215px}.vpr-facts,.vpr-links{display:none}.vpr-favourite span{display:none}.vpr-intro{padding:25px 22px}.vpr-intro h1{font-size:34px}.vpr-intro__lead{font-size:14px}.vpr-audio-card--main{grid-column:1/-1}.vpr-order{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:22px}.vpr-order__details{grid-column:2;grid-row:1/3}.vpr-order__button{grid-column:1/-1}.vpr-section{padding:50px 0}.vpr-section h2,.vpr-trust__block .headers__title{font-size:27px}.vpr-work-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px}.vpr-work-card{flex:0 0 335px;scroll-snap-align:start}.vpr-about-voice{grid-template-columns:1fr;gap:24px}.vpr-demo-grid,.vpr-voice-grid{grid-template-columns:1fr}.vpr-filmography article{grid-template-columns:55px 1fr}.vpr-filmography article p{grid-column:2}.vpr-biography__text{columns:1}.vpr-video-section{grid-template-columns:1fr;gap:8px}.vpr-trust__block{border-radius:0;margin-bottom:8px}}
@media(max-width:600px){.vpr-container{width:calc(100% - 24px)}.vpr-breadcrumbs{padding-top:12px;overflow:hidden}.vpr-hero{padding-top:14px}.vpr-hero__shell{display:flex;flex-direction:column;border-radius:18px}.vpr-intro{order:1;padding:24px 18px 18px}.vpr-identity{order:2;border-top:1px solid var(--vpr-line);border-right:0}.vpr-photo-wrap,.vpr-identity__photo{height:300px;min-height:300px}.vpr-facts,.vpr-links{display:block}.vpr-facts div{font-size:13px}.vpr-links{display:flex}.vpr-order{order:3;display:block;border-top:1px solid var(--vpr-line)}.vpr-order__details{margin:17px 0}.vpr-order__button{margin-top:17px}.vpr-intro h1{font-size:34px}.vpr-intro__lead{overflow-wrap:anywhere}.vpr-audio-card{gap:10px;padding:15px}.vpr-audio-card__copy strong{white-space:normal}.vpr-player{flex-basis:96px;width:96px!important}.vpr-section__head{align-items:flex-start}.vpr-section__head>a,.vpr-count{margin-bottom:24px;font-size:12px}.vpr-work-card{grid-template-columns:110px 1fr;flex-basis:300px}.vpr-voice-specs{grid-template-columns:1fr 1fr}.vpr-filmography article{grid-template-columns:44px minmax(0,1fr);gap:10px}.vpr-filmography h3,.vpr-filmography p{font-size:13px}.vpr-voice-card__footer{align-items:flex-start}.vpr-trust{margin-left:-12px;margin-right:-12px}}
.vpr-hero__shell{grid-template-rows:auto auto;width:100%;box-sizing:border-box}.vpr-identity,.vpr-intro,.vpr-order,.vpr-audio-card{min-width:0}.vpr-audio-card{width:100%;box-sizing:border-box;overflow:hidden}.vpr-facts dd{overflow-wrap:anywhere}
@media(min-width:1101px){.vpr-identity{grid-row:1/3}.vpr-intro{grid-column:2;grid-row:1;padding-bottom:18px}.vpr-audio-card--main{grid-column:2;grid-row:2;align-self:end;width:auto;margin:0 34px 34px}.vpr-order{grid-column:3;grid-row:1/3}}
@media(min-width:601px) and (max-width:1100px){.vpr-identity{grid-row:1/3}.vpr-intro{grid-column:2;grid-row:1;padding-bottom:18px}.vpr-audio-card--main{grid-column:2;grid-row:2;align-self:end;width:auto;margin:0 22px 22px}.vpr-order{grid-row:3}}
@media(max-width:600px){.vpr-intro{order:1}.vpr-identity{order:2}.vpr-audio-card--main{order:3;width:calc(100% - 36px);margin:18px}.vpr-order{order:4}.vpr-facts dd{max-width:55%}.vpr-player .player__download{display:none}}
.vpr-voice-card__avatar{display:grid;flex:none;width:72px;height:72px;place-items:center;border-radius:50%;color:#fff;background:var(--vpr-brand);font-size:20px;font-weight:600}
.vpr-filmography__extra[hidden]{display:none!important}.vpr-about-section{padding-top:44px;padding-bottom:44px}.vpr-demo-grid--single{grid-template-columns:minmax(0,680px)}.vpr-audio-card__control{display:flex;align-items:center;gap:8px;flex:none}.vpr-audio-card__total{min-width:38px;color:var(--vpr-muted);font-size:12px;white-space:nowrap}.vpr-audio-card--main{min-height:116px;padding:20px 22px;border-color:rgba(59,65,115,.2);box-shadow:0 12px 30px rgba(59,65,115,.11)}.vpr-audio-card--main .vpr-audio-card__copy span{color:var(--vpr-accent)}.vpr-audio-card--main .vpr-audio-card__copy strong{font-size:17px}.vpr-audio-card--main .vpr-player{flex-basis:124px;width:124px!important}.vpr-similar-section{padding-top:54px;padding-bottom:54px}.vpr-similar-section .vpr-voice-card{display:flex;flex-direction:column;min-height:190px;padding:16px}.vpr-similar-section .vpr-voice-card__top img,.vpr-similar-section .vpr-voice-card__avatar{width:78px;height:78px}.vpr-similar-section .vpr-player--compact{margin:10px 0 7px!important}.vpr-similar-section .vpr-voice-card__footer{margin-top:auto;padding-top:8px;border-top:1px solid var(--vpr-line)}.vpr-video-section{padding:30px;border:1px solid var(--vpr-line);border-radius:20px;background:var(--vpr-surface)}.vpr-trust{padding-top:30px}.vpr-trust__block{border:1px solid var(--vpr-line);background:#fff;box-shadow:0 8px 25px rgba(59,65,115,.045)}.vpr-trust__block .headers{margin-top:0}.vpr-trust__block .headers__title{line-height:1.15}.vpr-trust__block .s-studio,.vpr-trust__block .s-advantages,.vpr-trust__block .s-comments,.vpr-trust__block .s-clients{padding-top:54px;padding-bottom:54px}
@media(max-width:780px){.vpr-about-section,.vpr-similar-section{padding-top:40px;padding-bottom:40px}.vpr-demo-grid--single{grid-template-columns:1fr}.vpr-audio-card--main .vpr-player{flex-basis:104px;width:104px!important}.vpr-video-section{padding:22px}.vpr-trust{padding-top:16px}.vpr-trust__block{border-left:0;border-right:0;box-shadow:none}.vpr-trust__block .s-studio,.vpr-trust__block .s-advantages,.vpr-trust__block .s-comments,.vpr-trust__block .s-clients{padding-top:42px;padding-bottom:42px}}
@media(max-width:600px){.vpr-audio-card__control{gap:4px}.vpr-audio-card__total{display:none}.vpr-audio-card--main{min-height:106px}.vpr-video-section{padding:18px;border-radius:16px}.vpr-similar-section .vpr-voice-card{min-height:0}}

.vpr-placeholder-section{padding-top:54px;padding-bottom:54px}.vpr-placeholder-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.vpr-placeholder-head h2{margin-bottom:25px}.vpr-placeholder-badge{flex:none;margin-bottom:27px;padding:6px 10px;border:1px solid rgba(244,75,29,.28);border-radius:999px;color:var(--vpr-accent);background:#fff;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.vpr-awards-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.vpr-award-card{display:flex;align-items:center;gap:15px;min-width:0;padding:19px;border:1px solid var(--vpr-line);border-radius:16px;background:#fff}.vpr-award-card__icon{display:grid;flex:0 0 46px;width:46px;height:46px;place-items:center;border-radius:14px;color:var(--vpr-brand);background:#eceef8}.vpr-award-card__icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.vpr-award-card h3{margin:0 0 4px;font-size:15px;line-height:1.3}.vpr-award-card p{margin:0;color:var(--vpr-muted);font-size:12px}.vpr-faq-wrap{max-width:940px}.vpr-faq{border-top:1px solid var(--vpr-line)}.vpr-faq__item{border-bottom:1px solid var(--vpr-line)}.vpr-faq__item h3{margin:0}.vpr-faq__button{display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%;min-height:64px;padding:16px 3px;border:0;color:var(--vpr-text);background:transparent;font:inherit;font-size:16px;font-weight:600;text-align:left;cursor:pointer}.vpr-faq__button:focus-visible{border-radius:6px;outline:2px solid var(--vpr-accent);outline-offset:3px}.vpr-faq__icon{position:relative;flex:0 0 30px;width:30px;height:30px;border:1px solid var(--vpr-line);border-radius:50%;background:#fff}.vpr-faq__icon:before,.vpr-faq__icon:after{content:"";position:absolute;left:8px;right:8px;top:14px;height:2px;background:var(--vpr-brand)}.vpr-faq__icon:after{transform:rotate(90deg);transition:transform .2s ease}.vpr-faq__button[aria-expanded=true] .vpr-faq__icon:after{transform:rotate(0)}.vpr-faq__panel{padding:0 52px 18px 3px}.vpr-faq__panel[hidden]{display:none}.vpr-faq__panel p{margin:0;color:var(--vpr-muted);font-size:14px;line-height:1.6}

@media(max-width:780px){.vpr-placeholder-section{padding-top:42px;padding-bottom:42px}.vpr-awards-grid{grid-template-columns:1fr}}
@media(max-width:600px){.vpr-placeholder-head{display:block}.vpr-placeholder-head h2{margin-bottom:12px}.vpr-placeholder-badge{display:inline-block;margin:0 0 24px}.vpr-award-card{padding:16px}.vpr-faq__button{min-height:58px;font-size:15px}.vpr-faq__panel{padding-right:42px}}

.vpr-services-section{padding-top:52px;padding-bottom:52px}.vpr-services-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.vpr-service-card{display:flex;min-width:0;flex-direction:column;padding:20px;border:1px solid var(--vpr-line);border-radius:16px;background:#fff}.vpr-service-card__head{display:flex;align-items:center;gap:12px}.vpr-service-card__icon{display:grid;flex:0 0 38px;width:38px;height:38px;place-items:center;border-radius:11px;color:var(--vpr-brand);background:#eceef8}.vpr-service-card__icon svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.vpr-service-card h3{margin:0;font-size:17px;line-height:1.3}.vpr-service-card>p{margin:13px 0 18px;color:var(--vpr-muted);font-size:13px;line-height:1.5}.vpr-service-card__footer{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:auto;padding-top:14px;border-top:1px solid var(--vpr-line)}.vpr-service-card__price{color:var(--vpr-brand);font-size:14px}.vpr-service-card__link{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 17px;border-radius:999px;color:#fff;background:var(--vpr-accent);font-size:12px;font-weight:700;text-transform:uppercase}.vpr-service-card__link:hover,.vpr-service-card__link:focus-visible{color:#fff}.vpr-service-card__link:focus-visible{outline:2px solid var(--vpr-brand);outline-offset:2px}
@media(max-width:780px){.vpr-services-section{padding-top:42px;padding-bottom:42px}.vpr-services-grid{grid-template-columns:1fr}}
@media(max-width:600px){.vpr-service-card{padding:17px}.vpr-service-card__footer{align-items:flex-start;flex-direction:column}.vpr-service-card__link{width:100%;box-sizing:border-box;min-height:44px}}

/* Iteration 6: density and hierarchy refinements, scoped to the preview. */
.vpr-section{padding-top:50px;padding-bottom:50px}.vpr-hero{padding-bottom:42px}.vpr-hero__shell{column-gap:16px;padding:12px;background:#fff}.vpr-identity{border-right:0;border-radius:16px;background:var(--vpr-surface);overflow:hidden}.vpr-intro{padding-left:18px;padding-right:18px}.vpr-order{margin:4px;padding:25px 21px;border-left:0;border-radius:16px;background:var(--vpr-surface)}.vpr-order__eyebrow{margin-bottom:6px}.vpr-order__price{font-size:24px;line-height:1.2}.vpr-order__details{margin:14px 0}.vpr-order__details div{padding:8px 0}.vpr-order__note{font-size:11px}.vpr-order__button{margin-top:15px}.vpr-links{gap:6px;margin:5px 14px 14px;padding:11px 4px 0;border-top:1px solid var(--vpr-line)}.vpr-links a{display:inline-flex;align-items:center;gap:3px;text-decoration:none}.vpr-links a:after{content:"↗";font-size:10px}.vpr-audio-card--main{min-height:82px;padding:14px 16px;border-radius:14px}.vpr-audio-card--main .vpr-audio-card__copy strong{font-size:16px}.vpr-audio-card__control{display:grid;grid-template-columns:80px 24px 42px;gap:6px;align-items:center}.vpr-audio-card--main .vpr-player,.vpr-player{flex-basis:80px;width:80px!important;height:80px!important}.vpr-player .player__download{right:-28px}.vpr-audio-card__total{grid-column:3;min-width:42px}.vpr-services-section{padding-top:36px;padding-bottom:36px}.vpr-services-section .vpr-section__intro{margin-bottom:16px}.vpr-services-grid{gap:12px}.vpr-service-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;padding:15px 17px;border-radius:14px}.vpr-service-card__footer{gap:14px;margin:0;padding:0;border:0}.vpr-service-card__price{white-space:nowrap}.vpr-service-card__link{min-height:36px}.vpr-known{padding-top:46px;padding-bottom:46px}.vpr-about-section{padding-top:36px;padding-bottom:36px}.vpr-about-voice{display:block}.vpr-about-voice p{max-width:820px;line-height:1.6}.vpr-demo-grid--single{max-width:680px}.vpr-demo-grid--single .vpr-audio-card{padding-top:13px;padding-bottom:13px}.vpr-similar-section{padding-top:44px;padding-bottom:44px}.vpr-similar-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.vpr-similar-nav{display:flex;gap:8px;margin-bottom:25px}.vpr-similar-nav button{display:grid;width:38px;height:38px;place-items:center;border:1px solid var(--vpr-line);border-radius:50%;color:var(--vpr-brand);background:#fff;font-size:18px;cursor:pointer}.vpr-similar-nav button:hover,.vpr-similar-nav button:focus-visible{border-color:var(--vpr-brand);outline:none}.vpr-similar-nav .swiper-button-disabled{opacity:.35;cursor:default}.vpr-similar-carousel{overflow:hidden}.vpr-similar-carousel .swiper-slide{height:auto}.vpr-similar-section .vpr-voice-card{height:100%;min-height:178px;box-sizing:border-box}.vpr-similar-section .vpr-voice-card__top img,.vpr-similar-section .vpr-voice-card__avatar{width:64px;height:64px}.vpr-similar-section .vpr-player--compact{width:64px!important;height:64px!important;margin:8px 0 5px!important}.vpr-filmography article{grid-template-columns:60px minmax(200px,.8fr) minmax(240px,1.2fr);gap:14px;padding:9px 0}.vpr-filmography h3,.vpr-filmography p{font-size:13px}.vpr-filmography-toggle{display:inline-flex;align-items:center;min-height:36px;margin:17px 0 0;padding:0 15px;font-size:12px}.vpr-placeholder-section{padding-top:46px;padding-bottom:46px}.vpr-biography__text p{margin-bottom:15px}.vpr-video-section{padding:25px}
@media(min-width:1101px){.vpr-audio-card--main{margin:0 18px 22px}.vpr-order{margin-left:0}.vpr-hero__shell{grid-template-columns:250px minmax(0,1fr) 292px}}
@media(min-width:601px) and (max-width:1100px){.vpr-audio-card--main{margin-bottom:18px}.vpr-order{margin:0;border-top:0}.vpr-services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:780px){.vpr-section{padding-top:42px;padding-bottom:42px}.vpr-hero__shell{column-gap:0;padding:0}.vpr-service-card{grid-template-columns:1fr}.vpr-service-card__footer{justify-content:space-between}.vpr-similar-section{padding-top:38px;padding-bottom:38px}.vpr-similar-section .vpr-voice-card{min-height:170px}.vpr-filmography article{grid-template-columns:50px 1fr;padding:8px 0}}
@media(max-width:600px){.vpr-hero{padding-bottom:32px}.vpr-hero__shell{padding:0}.vpr-identity{border-radius:0}.vpr-order{margin:0;border-radius:0}.vpr-audio-card--main{width:calc(100% - 28px);margin:14px}.vpr-audio-card__control{grid-template-columns:72px 20px;gap:4px}.vpr-audio-card--main .vpr-player,.vpr-player{width:72px!important;height:72px!important}.vpr-audio-card__total{display:none}.vpr-service-card{padding:14px}.vpr-service-card__footer{align-items:center;flex-direction:row}.vpr-service-card__link{width:auto;min-width:104px}.vpr-similar-head{align-items:flex-start}.vpr-similar-nav{margin-bottom:18px}.vpr-filmography article{grid-template-columns:42px minmax(0,1fr);gap:9px}.vpr-placeholder-section{padding-top:40px;padding-bottom:40px}}

/* Iteration 7: compact media components and data-backed filmography tools. */
.vpr-badge{color:var(--vpr-accent);background:rgba(244,75,29,.09)}.vpr-order__price strong{color:var(--vpr-accent)}.vpr-audio-card--main{justify-self:center;align-self:end;flex-direction:column;width:188px;min-height:0;margin:0 auto 22px;padding:13px 15px;gap:10px;text-align:center;overflow:visible}.vpr-audio-card--main .vpr-audio-card__copy{flex:none}.vpr-audio-card--main .vpr-audio-card__copy strong{font-size:14px}.vpr-audio-card--main .vpr-audio-card__control{grid-template-columns:80px 28px 46px;gap:4px}.vpr-audio-card--main .vpr-player .player__timer{top:auto;bottom:-18px}.vpr-audio-card--main .vpr-audio-card__total{display:block;grid-column:3}.vpr-work-card{grid-template-columns:145px minmax(0,1fr);min-height:190px}.vpr-work-card__visual{min-height:190px}.vpr-work-card__body{justify-content:flex-start;padding:17px}.vpr-work-card h3{margin-bottom:16px}.vpr-work-card__cast{display:flex;align-items:center;gap:10px;margin-top:auto}.vpr-work-card__avatar{flex:none;width:44px;height:44px;border-radius:50%;object-fit:cover}.vpr-work-card__role{margin-bottom:4px}.vpr-about-section{padding-top:38px;padding-bottom:38px}.vpr-about-combined{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(330px,.85fr);gap:46px;align-items:center}.vpr-about-combined--text-only{display:block}.vpr-about-combined__copy p{max-width:720px;margin:0;font-size:15px;line-height:1.65}.vpr-demo-list{display:grid;gap:10px}.vpr-audio-card--sample{padding:12px 14px}.vpr-audio-card--sample .vpr-audio-card__copy strong{font-size:14px}.vpr-audio-card--sample .vpr-player{width:64px!important;height:64px!important}.vpr-audio-card--sample .vpr-audio-card__control{grid-template-columns:64px 20px 40px}.vpr-similar-carousel{padding-bottom:2px}.vpr-similar-section .vpr-voice-card{position:relative;display:flex;height:100%;min-height:0;padding:0;border-radius:17px;overflow:hidden}.vpr-voice-card__utility{position:absolute;z-index:4;top:10px;left:10px;right:10px;display:flex;align-items:center;justify-content:space-between;pointer-events:none}.vpr-voice-card__utility>*{pointer-events:auto}.vpr-voice-card__favourite,.vpr-voice-card__download{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;color:var(--vpr-brand);background:rgba(255,255,255,.94);box-shadow:0 3px 12px rgba(23,23,23,.1)}.vpr-voice-card__favourite svg,.vpr-voice-card__download svg{width:17px;height:17px;fill:currentColor}.vpr-voice-card__visual{position:relative;height:202px;background:#eceef8;overflow:hidden}.vpr-voice-card__visual>img{display:block;width:100%;height:100%;object-fit:cover}.vpr-voice-card__visual>.vpr-voice-card__avatar{display:grid;width:100%;height:100%;border-radius:0;place-items:center;font-size:34px}.vpr-similar-section .vpr-voice-card__visual .vpr-player--compact{position:absolute;z-index:3;left:50%;bottom:12px;width:58px!important;height:58px!important;margin:0!important;transform:translateX(-50%);filter:drop-shadow(0 4px 12px rgba(23,23,23,.18))}.vpr-voice-card__body{display:flex;min-height:126px;flex-direction:column;padding:15px}.vpr-voice-card__body h3{margin:0 0 5px;font-size:16px}.vpr-voice-card__body>p{margin:0;color:var(--vpr-muted);font-size:12px}.vpr-similar-section .vpr-voice-card__footer{margin-top:auto;padding-top:12px}.vpr-filmography-tools{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:-8px 0 18px}.vpr-filmography-filters{display:flex;flex-wrap:wrap;gap:7px}.vpr-filmography-filter{min-height:34px;padding:0 13px;border:1px solid var(--vpr-line);border-radius:999px;color:var(--vpr-brand);background:#fff;font-size:12px;cursor:pointer}.vpr-filmography-filter[aria-pressed=true]{border-color:var(--vpr-brand);color:#fff;background:var(--vpr-brand)}.vpr-filmography-filter:focus-visible,.vpr-filmography-search:focus-visible{outline:2px solid var(--vpr-accent);outline-offset:2px}.vpr-filmography-search-wrap{flex:0 1 280px}.vpr-filmography-search{width:100%;height:38px;box-sizing:border-box;padding:0 13px;border:1px solid var(--vpr-line);border-radius:999px;color:var(--vpr-text);background:#fff;font:inherit;font-size:12px}.vpr-filmography-empty{margin:18px 0 0;color:var(--vpr-muted);font-size:13px}.vpr-filmography-toggle[hidden]{display:none}
@media(min-width:1101px){.vpr-audio-card--main{margin-right:auto;margin-left:auto}}
@media(max-width:1024px){.vpr-work-card{grid-template-columns:128px minmax(0,1fr)}.vpr-about-combined{gap:28px}}
@media(max-width:780px){.vpr-about-combined{grid-template-columns:1fr;gap:24px}.vpr-demo-list{max-width:620px}.vpr-filmography-tools{align-items:stretch;flex-direction:column}.vpr-filmography-search-wrap{flex-basis:auto;max-width:420px}.vpr-voice-card__visual{height:220px}}
@media(max-width:600px){.vpr-audio-card--main{width:176px;margin:14px auto 24px;padding:12px}.vpr-audio-card--main .vpr-audio-card__control{grid-template-columns:72px 26px 42px}.vpr-audio-card--main .vpr-audio-card__total{display:block}.vpr-work-card{grid-template-columns:112px minmax(0,1fr)}.vpr-work-card__body{padding:14px}.vpr-work-card__avatar{width:38px;height:38px}.vpr-about-section{padding-top:34px;padding-bottom:34px}.vpr-audio-card--sample{padding:11px}.vpr-audio-card--sample .vpr-audio-card__control{grid-template-columns:58px 18px 38px}.vpr-audio-card--sample .vpr-player{width:58px!important;height:58px!important}.vpr-filmography-filters{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px}.vpr-filmography-filter{flex:none}.vpr-filmography-search-wrap{max-width:none}.vpr-voice-card__visual{height:230px}}

/* Iteration 8: profile story, studio value and reference-led other voices carousel. */
.vpr-about-person{background:#fff}.vpr-about-person .vpr-biography{max-width:980px}.vpr-about-person .vpr-biography__text{max-width:850px}.vpr-about-person .vpr-biography__text p{margin:0 0 18px;color:var(--vpr-muted);font-size:15px;line-height:1.75}.vpr-about-person .vpr-biography__text p:first-child{color:var(--vpr-text);font-size:17px;line-height:1.65}.vpr-about-person .vpr-biography__text p:last-child{margin-bottom:0}
.vpr-studio-advantages{padding-top:58px;padding-bottom:62px}.vpr-studio-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.vpr-studio-card{min-width:0;padding:24px 21px;border:1px solid rgba(59,65,115,.1);border-radius:20px;background:#fff;box-shadow:0 10px 28px rgba(59,65,115,.055)}.vpr-studio-card__icon{display:grid;width:48px;height:48px;margin-bottom:19px;place-items:center;border-radius:15px;color:#fff;background:linear-gradient(145deg,var(--vpr-accent),#d84925)}.vpr-studio-card__icon .svg-icon{width:26px;height:26px;fill:currentColor}.vpr-studio-card h3{margin:0 0 9px;font-size:17px;line-height:1.3}.vpr-studio-card p{margin:0;color:var(--vpr-muted);font-size:13px;line-height:1.6}
.vpr-similar-section{position:relative;padding-top:60px;padding-bottom:50px;overflow:hidden;background:#fff}.vpr-similar-section .vpr-section__intro{max-width:610px;margin-bottom:22px}.vpr-similar-carousel{height:430px;margin:0 -12px;padding:14px 12px 28px;overflow:hidden}.vpr-similar-carousel .swiper-wrapper{align-items:flex-start}.vpr-similar-carousel .swiper-slide{height:388px}.vpr-similar-section .vpr-voice-card{position:relative;height:248px;min-height:248px;padding:14px 13px 15px;border:1px solid rgba(59,65,115,.08);border-radius:25px;background:#f7f7f8;box-shadow:0 8px 18px rgba(32,36,74,.05);overflow:visible;transition:height .24s ease,transform .24s ease,box-shadow .24s ease,border-color .24s ease;cursor:pointer}.vpr-similar-section .vpr-voice-card:hover,.vpr-similar-section .vpr-voice-card:focus-visible,.vpr-similar-section .vpr-voice-card.is-active{z-index:5;height:374px;border-color:rgba(244,75,29,.22);outline:none;transform:translateY(-8px);box-shadow:0 22px 42px rgba(48,50,83,.17)}.vpr-voice-card__utility{top:12px;left:12px;right:12px}.vpr-voice-card__favourite,.vpr-voice-card__download{width:28px;height:28px;color:var(--vpr-accent);background:transparent;box-shadow:none}.vpr-voice-card__favourite svg,.vpr-voice-card__download svg{width:16px;height:16px}.vpr-voice-card__visual{width:132px;height:132px;margin:16px auto 11px;border-radius:50%;background:linear-gradient(145deg,#eceef8,#d9dded);overflow:visible}.vpr-voice-card__visual>img,.vpr-voice-card__visual>.vpr-voice-card__avatar{width:132px!important;height:132px!important;border:0;border-radius:50%;object-fit:cover;overflow:hidden}.vpr-voice-card__visual>.vpr-voice-card__avatar{font-size:29px}.vpr-similar-section .vpr-voice-card__visual .vpr-player--compact{left:-5px;bottom:9px;width:44px!important;height:44px!important;transform:none;filter:drop-shadow(0 4px 8px rgba(23,23,23,.18))}.vpr-similar-section .vpr-voice-card__body{display:block;min-height:0;padding:0;text-align:center}.vpr-similar-section .vpr-voice-card__body h3{min-height:36px;margin:0 0 4px;font-size:14px;line-height:1.25}.vpr-similar-section .vpr-voice-card__body h3 a{color:var(--vpr-accent);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.vpr-voice-card__price{color:var(--vpr-brand);font-size:13px}.vpr-voice-card__price strong{font-size:14px}.vpr-voice-card__expanded{visibility:hidden;max-height:0;opacity:0;transform:translateY(6px);transition:opacity .18s ease .05s,transform .18s ease .05s}.vpr-voice-card:hover .vpr-voice-card__expanded,.vpr-voice-card:focus-visible .vpr-voice-card__expanded,.vpr-voice-card.is-active .vpr-voice-card__expanded{visibility:visible;max-height:126px;opacity:1;transform:none}.vpr-voice-card__expanded p{display:-webkit-box;min-height:50px;margin:13px 0 12px;color:var(--vpr-muted);font-size:11px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.vpr-voice-card__cta{display:flex;width:100%;min-height:42px;box-sizing:border-box;align-items:center;justify-content:center;padding:0 12px!important;border-radius:13px;font-size:11px;letter-spacing:.04em}.vpr-similar-nav button{border-color:rgba(244,75,29,.45);color:var(--vpr-accent)}
@media(max-width:1024px){.vpr-studio-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.vpr-similar-carousel{height:420px}.vpr-similar-carousel .swiper-slide{height:378px}.vpr-similar-section .vpr-voice-card:hover,.vpr-similar-section .vpr-voice-card:focus-visible,.vpr-similar-section .vpr-voice-card.is-active{height:364px}}
@media(max-width:767px){.vpr-about-person .vpr-biography__text p{font-size:14px;line-height:1.7}.vpr-about-person .vpr-biography__text p:first-child{font-size:16px}.vpr-studio-advantages{padding-top:44px;padding-bottom:46px}.vpr-studio-grid{grid-template-columns:1fr;gap:12px}.vpr-studio-card{padding:20px}.vpr-similar-section{padding-top:44px;padding-bottom:32px}.vpr-similar-head{align-items:flex-end}.vpr-similar-carousel{height:414px;margin-right:-18px;padding-right:18px}.vpr-similar-carousel .swiper-slide{height:372px}.vpr-similar-section .vpr-voice-card{height:246px;min-height:246px}.vpr-similar-section .vpr-voice-card:hover,.vpr-similar-section .vpr-voice-card:focus-visible,.vpr-similar-section .vpr-voice-card.is-active{height:356px}.vpr-voice-card__visual{width:124px;height:124px}.vpr-voice-card__visual>img,.vpr-voice-card__visual>.vpr-voice-card__avatar{width:124px!important;height:124px!important}}
@media(max-width:390px){.vpr-similar-nav{gap:6px}.vpr-similar-nav button{width:36px;height:36px}.vpr-similar-carousel{margin-left:-8px;padding-left:8px}.vpr-studio-card{border-radius:17px}}

/* Iteration 9: denser editorial hero, paginated filmography and transient voice cards. */
.vpr-hero{padding-bottom:48px}.vpr-hero__heading{padding:4px 0 24px}.vpr-hero__heading h1{max-width:1000px;margin:7px 0 0;font-size:clamp(42px,5vw,66px);line-height:1.03;letter-spacing:-.035em}.vpr-hero__shell{display:grid;grid-template-columns:300px minmax(0,1fr);gap:38px;padding:0;background:transparent;box-shadow:none}.vpr-identity{grid-column:1;grid-row:1;align-self:start;border:1px solid var(--vpr-line);border-radius:24px;background:#fff;box-shadow:0 12px 32px rgba(59,65,115,.07);overflow:hidden}.vpr-photo-wrap{min-height:360px}.vpr-identity__photo{height:360px}.vpr-hero__content{grid-column:2;min-width:0}.vpr-intro{padding:3px 0 0}.vpr-intro__position{margin:5px 0 13px;color:var(--vpr-brand);font-size:21px;font-weight:650}.vpr-intro__lead{max-width:800px;margin:0 0 12px;color:var(--vpr-text);font-size:16px;line-height:1.65}.vpr-intro__summary{max-width:800px;margin:0 0 13px;color:var(--vpr-muted);font-size:14px;line-height:1.65}.vpr-intro__catalog-link{display:inline-flex;margin-top:4px;color:var(--vpr-accent);font-size:13px;font-weight:650;text-decoration:underline;text-underline-offset:3px}.vpr-hero-works{margin-top:26px}.vpr-hero-works h2{margin:0 0 13px;font-size:19px}.vpr-hero-works__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}.vpr-hero-work{display:grid;grid-template-columns:68px minmax(0,1fr);align-items:center;gap:11px;min-width:0;padding:9px;border:1px solid var(--vpr-line);border-radius:15px;background:#fff}.vpr-hero-work__visual{width:68px;height:68px;border-radius:12px;background:linear-gradient(145deg,#eceef8,#d9dded);overflow:hidden}.vpr-hero-work__visual img{width:100%;height:100%;object-fit:cover}.vpr-hero-work h3{margin:0 0 4px;font-size:13px;line-height:1.25}.vpr-hero-work h3 a{color:var(--vpr-brand)}.vpr-hero-work p{display:-webkit-box;margin:0;color:var(--vpr-muted);font-size:11px;line-height:1.35;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.vpr-hero-commerce{display:grid;grid-template-columns:minmax(250px,.82fr) minmax(320px,1.18fr);gap:12px;margin-top:22px}.vpr-hero-commerce .vpr-audio-card--main{display:flex;justify-self:stretch;align-self:stretch;width:auto;min-height:126px;margin:0;padding:17px 18px;flex-direction:row;text-align:left}.vpr-hero-commerce .vpr-audio-card__copy span{display:block;margin-bottom:5px;color:var(--vpr-accent);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.vpr-hero-commerce .vpr-audio-card__control{margin-left:auto}.vpr-hero-commerce .vpr-order{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;column-gap:18px;margin:0;padding:17px 19px;border:1px solid var(--vpr-line);border-radius:15px;background:#fff;box-shadow:none}.vpr-hero-commerce .vpr-order__eyebrow,.vpr-hero-commerce .vpr-order__price,.vpr-hero-commerce .vpr-order__details{grid-column:1}.vpr-hero-commerce .vpr-order__eyebrow{margin:0 0 3px}.vpr-hero-commerce .vpr-order__price{margin:0;font-size:20px}.vpr-hero-commerce .vpr-order__details{display:flex;gap:16px;margin:8px 0 0}.vpr-hero-commerce .vpr-order__details div{display:block;padding:0;border:0;font-size:10px}.vpr-hero-commerce .vpr-order__details dt{margin-bottom:2px}.vpr-hero-commerce .vpr-order__button{grid-column:2;grid-row:1/4;min-width:154px;margin:0}.vpr-order__note--hero{max-width:760px;margin:8px 0 0;font-size:10px}
.vpr-about-media{display:grid;gap:13px}.vpr-about-video{max-width:420px;padding:12px;border:1px solid var(--vpr-line);border-radius:16px;background:#fff}.vpr-about-video__label{display:block;margin:0 0 9px;color:var(--vpr-accent);font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.vpr-about-video .vpr-video{max-width:396px;margin:0}.vpr-about-video .video__placeholder,.vpr-about-video iframe{border-radius:11px}
.vpr-filmography-footer{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:20px}.vpr-filmography-result-count{color:var(--vpr-muted);font-size:12px}.vpr-filmography-pagination{display:flex;align-items:center;justify-content:flex-end;gap:6px}.vpr-filmography-page{display:grid;width:36px;height:36px;padding:0;place-items:center;border:1px solid var(--vpr-line);border-radius:10px;color:var(--vpr-brand);background:#fff;font:inherit;font-size:12px;cursor:pointer}.vpr-filmography-page:hover,.vpr-filmography-page:focus-visible{border-color:var(--vpr-accent);outline:none}.vpr-filmography-page.is-current{border-color:var(--vpr-brand);color:#fff;background:var(--vpr-brand)}.vpr-filmography-page:disabled{opacity:.35;cursor:default}.vpr-filmography-ellipsis{display:grid;width:20px;place-items:center;color:var(--vpr-muted)}
.vpr-about-person .vpr-biography{max-width:none}.vpr-about-person .vpr-biography__text{max-width:none;columns:2;column-gap:58px}.vpr-about-person .vpr-biography__text p{break-inside:avoid-column}.vpr-about-person .vpr-biography__text p:first-child{font-size:15px;line-height:1.75}
.vpr-similar-section .vpr-voice-card.is-active{height:248px;border-color:rgba(59,65,115,.08);transform:none;box-shadow:0 8px 18px rgba(32,36,74,.05)}.vpr-voice-card.is-active .vpr-voice-card__expanded{visibility:hidden;max-height:0;opacity:0;transform:translateY(6px)}.vpr-similar-section .vpr-voice-card.is-hovered,.vpr-similar-section .vpr-voice-card.has-focus{z-index:5;height:374px;border-color:rgba(244,75,29,.22);outline:none;transform:translateY(-8px);box-shadow:0 22px 42px rgba(48,50,83,.17)}.vpr-voice-card.is-hovered .vpr-voice-card__expanded,.vpr-voice-card.has-focus .vpr-voice-card__expanded{visibility:visible;max-height:126px;opacity:1;transform:none}
@media(max-width:1100px){.vpr-hero__shell{grid-template-columns:260px minmax(0,1fr);gap:26px}.vpr-photo-wrap{min-height:330px}.vpr-identity__photo{height:330px}.vpr-hero-works__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.vpr-hero-work:last-child{display:none}.vpr-hero-commerce{grid-template-columns:1fr}.vpr-hero-commerce .vpr-audio-card--main{justify-self:stretch}.vpr-hero-commerce .vpr-order__button{min-width:170px}}
@media(max-width:780px){.vpr-hero__heading{padding:0 18px 20px}.vpr-hero__heading h1{font-size:clamp(36px,8vw,52px)}.vpr-hero__shell{grid-template-columns:230px minmax(0,1fr);gap:20px}.vpr-photo-wrap{min-height:292px}.vpr-identity__photo{height:292px}.vpr-hero-works__grid{grid-template-columns:1fr}.vpr-hero-work:last-child{display:grid}.vpr-about-combined{align-items:start}.vpr-about-person .vpr-biography__text{columns:1}.vpr-filmography-footer{align-items:flex-start;flex-direction:column}.vpr-filmography-pagination{justify-content:flex-start;max-width:100%;flex-wrap:wrap}.vpr-similar-section .vpr-voice-card.is-hovered{height:246px;border-color:rgba(59,65,115,.08);transform:none;box-shadow:0 8px 18px rgba(32,36,74,.05)}.vpr-voice-card.is-hovered .vpr-voice-card__expanded{visibility:hidden;max-height:0;opacity:0}.vpr-similar-section .vpr-voice-card.has-focus{height:356px}}
@media(max-width:600px){.vpr-hero{padding-bottom:34px}.vpr-hero__heading{padding-right:18px;padding-left:18px}.vpr-hero__heading h1{font-size:38px}.vpr-hero__shell{display:flex;gap:0;flex-direction:column;padding:0 14px}.vpr-identity{width:100%;border-radius:20px}.vpr-photo-wrap{min-height:390px}.vpr-identity__photo{height:390px}.vpr-hero__content{width:100%;padding-top:26px}.vpr-intro{padding:0}.vpr-intro__position{font-size:19px}.vpr-intro__lead{font-size:15px}.vpr-hero-works__grid{grid-template-columns:1fr}.vpr-hero-work{grid-template-columns:62px minmax(0,1fr)}.vpr-hero-work__visual{width:62px;height:62px}.vpr-hero-commerce{margin-top:18px}.vpr-hero-commerce .vpr-audio-card--main{width:auto;margin:0;flex-direction:row}.vpr-hero-commerce .vpr-order{grid-template-columns:1fr;padding:17px}.vpr-hero-commerce .vpr-order__button{grid-column:1;grid-row:auto;width:100%;margin-top:14px}.vpr-order__note--hero{padding:0 3px}.vpr-about-video{max-width:none}.vpr-filmography-page{width:34px;height:34px}.vpr-filmography-ellipsis{width:14px}}
@media(hover:none){.vpr-similar-section .vpr-voice-card:hover{height:246px;border-color:rgba(59,65,115,.08);transform:none;box-shadow:0 8px 18px rgba(32,36,74,.05)}.vpr-voice-card:hover .vpr-voice-card__expanded{visibility:hidden;max-height:0;opacity:0;transform:translateY(6px)}.vpr-similar-section .vpr-voice-card.has-focus{height:356px;border-color:rgba(244,75,29,.22);transform:translateY(-8px);box-shadow:0 22px 42px rgba(48,50,83,.17)}.vpr-voice-card.has-focus .vpr-voice-card__expanded{visibility:visible;max-height:126px;opacity:1;transform:none}}
.vpr-hero__shell{border:0;border-radius:0;overflow:visible}
.vpr-hero-commerce>.vpr-audio-card--main,.vpr-hero-commerce>.vpr-order{grid-column:auto;grid-row:auto}.vpr-hero-commerce .vpr-order{grid-template-columns:minmax(210px,1fr) 190px}.vpr-hero-commerce .vpr-order__price{white-space:nowrap}.vpr-hero-commerce .vpr-order__button{width:190px;min-width:190px}
.vpr-filmography article[hidden]{display:none!important}

/* Iteration 10: reference-led profile composition. */
.voice-profile-redesign .vpr-container{max-width:1180px}
.voice-profile-redesign .vpr-hero{padding-bottom:54px}
.voice-profile-redesign .vpr-hero__shell{grid-template-columns:278px minmax(0,1fr);gap:54px}
.voice-profile-redesign .vpr-identity{border-radius:20px;box-shadow:0 10px 28px rgba(59,65,115,.06)}
.voice-profile-redesign .vpr-photo-wrap,.voice-profile-redesign .vpr-identity__photo{height:334px;min-height:334px}
.voice-profile-redesign .vpr-links{margin-top:0;padding-bottom:14px}
.voice-profile-redesign .vpr-identity__cta{display:flex!important;align-items:center;justify-content:center;min-height:50px;margin:0 18px 18px;text-transform:uppercase}
.voice-profile-redesign .vpr-intro{justify-content:flex-start;padding:1px 0 0}
.voice-profile-redesign .vpr-intro__position{margin:2px 0 16px;font-size:24px;line-height:1.25}
.voice-profile-redesign .vpr-intro__lead{max-width:750px;font-size:16px;line-height:1.7}
.voice-profile-redesign .vpr-intro__summary{max-width:750px;margin-bottom:0;line-height:1.7}
.voice-profile-redesign .vpr-hero-services{margin-top:31px}
.voice-profile-redesign .vpr-hero-services>h2{margin:0 0 12px;font-size:23px;line-height:1.2}
.voice-profile-redesign .vpr-hero-services__list{border-top:1px solid var(--vpr-line)}
.voice-profile-redesign .vpr-hero-service{display:grid;grid-template-columns:minmax(160px,1fr) 230px minmax(140px,.55fr);align-items:center;gap:22px;min-height:76px;border-bottom:1px solid var(--vpr-line)}
.voice-profile-redesign .vpr-hero-service h3{margin:0;font-size:14px;font-weight:500;line-height:1.35}
.voice-profile-redesign .vpr-hero-service .vpr-audio-card__control{grid-template-columns:150px 25px 48px}
.voice-profile-redesign .vpr-hero-service .vpr-player{width:150px!important}
.voice-profile-redesign .vpr-hero-service__price{color:var(--vpr-brand);font-size:14px;font-weight:650;text-align:right}
.voice-profile-redesign .vpr-hero-services .vpr-order__note{margin:10px 0 0}
.voice-profile-redesign .vpr-known-section{padding-top:58px;padding-bottom:58px;background:var(--vpr-surface)}
.voice-profile-redesign .vpr-about-section{padding-top:60px;padding-bottom:60px;background:#fff}
.voice-profile-redesign .vpr-about-combined{grid-template-columns:minmax(0,.9fr) minmax(390px,1.1fr);gap:64px;align-items:start;padding:36px 40px;border:1px solid var(--vpr-line);border-radius:22px;background:#fff}
.voice-profile-redesign .vpr-about-combined__copy p{max-width:520px;line-height:1.72}
.voice-profile-redesign .vpr-about-media{align-content:start;gap:12px}
.voice-profile-redesign .vpr-about-video{width:100%;max-width:440px;box-sizing:border-box;padding:0;border:0;border-radius:13px;background:transparent}
.voice-profile-redesign .vpr-about-video .vpr-video{max-width:440px}
.voice-profile-redesign .vpr-about-video__label{margin-bottom:8px}
.voice-profile-redesign .vpr-about-person{padding-top:62px;padding-bottom:62px;background:var(--vpr-surface)}
.voice-profile-redesign .vpr-about-person .vpr-biography{box-sizing:border-box;padding:42px 48px 46px;border:1px solid var(--vpr-line);border-radius:22px;background:#fff;box-shadow:0 8px 25px rgba(59,65,115,.035)}
.voice-profile-redesign .vpr-about-person .vpr-biography__text{columns:2;column-gap:54px}
.voice-profile-redesign .vpr-about-person .vpr-biography__text p{color:#555;line-height:1.78}

@media(max-width:1024px){.voice-profile-redesign .vpr-hero__shell{grid-template-columns:250px minmax(0,1fr);gap:32px}.voice-profile-redesign .vpr-photo-wrap,.voice-profile-redesign .vpr-identity__photo{height:310px;min-height:310px}.voice-profile-redesign .vpr-hero-service{grid-template-columns:minmax(130px,1fr) 190px minmax(115px,.55fr);gap:14px}.voice-profile-redesign .vpr-hero-service .vpr-audio-card__control{grid-template-columns:112px 22px 42px}.voice-profile-redesign .vpr-hero-service .vpr-player{width:112px!important}.voice-profile-redesign .vpr-about-combined{gap:36px;padding:32px}}
@media(max-width:780px){.voice-profile-redesign .vpr-container{width:calc(100% - 36px)}.voice-profile-redesign .vpr-hero__shell{grid-template-columns:230px minmax(0,1fr);gap:24px}.voice-profile-redesign .vpr-photo-wrap,.voice-profile-redesign .vpr-identity__photo{height:286px;min-height:286px}.voice-profile-redesign .vpr-hero-service{grid-template-columns:1fr 176px;gap:10px;padding:12px 0}.voice-profile-redesign .vpr-hero-service__price{grid-column:1;text-align:left}.voice-profile-redesign .vpr-hero-service .vpr-audio-card__control{grid-column:2;grid-row:1/3}.voice-profile-redesign .vpr-about-combined{grid-template-columns:1fr;padding:30px}.voice-profile-redesign .vpr-about-person .vpr-biography{padding:34px}.voice-profile-redesign .vpr-about-person .vpr-biography__text{columns:1}}
@media(max-width:600px){.voice-profile-redesign .vpr-container{width:calc(100% - 28px)}.voice-profile-redesign .vpr-hero__heading{padding-right:14px;padding-left:14px}.voice-profile-redesign .vpr-hero__shell{display:flex;padding:0}.voice-profile-redesign .vpr-identity,.voice-profile-redesign .vpr-hero__content{order:0}.voice-profile-redesign .vpr-photo-wrap,.voice-profile-redesign .vpr-identity__photo{height:390px;min-height:390px}.voice-profile-redesign .vpr-hero__content{padding-top:30px}.voice-profile-redesign .vpr-intro__position{font-size:20px}.voice-profile-redesign .vpr-hero-services{margin-top:26px}.voice-profile-redesign .vpr-hero-service{grid-template-columns:minmax(0,1fr) 148px}.voice-profile-redesign .vpr-hero-service .vpr-audio-card__control{grid-template-columns:82px 20px 36px}.voice-profile-redesign .vpr-hero-service .vpr-player{width:82px!important;height:82px!important}.voice-profile-redesign .vpr-hero-service__price{font-size:13px}.voice-profile-redesign .vpr-work-grid{grid-template-columns:1fr}.voice-profile-redesign .vpr-about-combined{padding:24px 20px}.voice-profile-redesign .vpr-about-video,.voice-profile-redesign .vpr-about-video .vpr-video{max-width:none}.voice-profile-redesign .vpr-about-person .vpr-biography{padding:26px 20px;border-radius:18px}}

/* Iteration 11: Alexander Zhukov reference geometry for the preview hero. */
.voice-profile-redesign .vpr-breadcrumbs{padding-top:32px;padding-bottom:23px}
.voice-profile-redesign .vpr-hero{padding-bottom:62px}
.voice-profile-redesign .vpr-hero__heading{padding:0 0 59px 286px}
.voice-profile-redesign .vpr-hero__heading h1{margin:0;color:var(--vpr-brand);font-size:60px;line-height:1.04;letter-spacing:-.035em}
.voice-profile-redesign .vpr-hero__shell{grid-template-columns:282px minmax(0,1fr);gap:90px}
.voice-profile-redesign .vpr-identity{border:0;border-radius:0;background:transparent;box-shadow:none;overflow:visible}
.voice-profile-redesign .vpr-photo-wrap,.voice-profile-redesign .vpr-identity__photo{height:304px;min-height:304px}
.voice-profile-redesign .vpr-photo-wrap{border-radius:42px;overflow:hidden}
.voice-profile-redesign .vpr-identity__photo{border-radius:42px;object-fit:cover}
.voice-profile-redesign .vpr-favourite{top:14px;right:14px;bottom:auto;left:auto;width:auto;padding:0;background:transparent}
.voice-profile-redesign .vpr-favourite>span{display:none}
.voice-profile-redesign .vpr-identity__name{margin:24px 0 17px;color:var(--vpr-brand);font-size:21px;line-height:1.2}
.voice-profile-redesign .vpr-facts{margin:0 0 13px;padding:0;border:0}
.voice-profile-redesign .vpr-facts>div{display:flex;gap:4px;margin:0 0 10px;padding:0;border:0;font-size:13px;line-height:1.35}
.voice-profile-redesign .vpr-facts dt{flex:0 0 auto;color:var(--vpr-brand);font-weight:700}
.voice-profile-redesign .vpr-facts dt:after{content:':'}.voice-profile-redesign .vpr-facts dd{margin:0!important;color:var(--vpr-brand);text-align:left}
.voice-profile-redesign .vpr-links{display:flex;gap:4px;margin:0 0 17px;padding:0;color:var(--vpr-brand);font-size:13px;line-height:1.4;flex-wrap:wrap}
.voice-profile-redesign .vpr-links:before{content:'Полезные ссылки:';font-weight:700}
.voice-profile-redesign .vpr-links a:not(:last-child):after{content:',';color:var(--vpr-brand)}
.voice-profile-redesign .vpr-identity__cta{min-height:44px;margin:0;border-radius:13px;background:#d2492f;text-transform:none}
.voice-profile-redesign .vpr-hero__content{padding-top:1px}
.voice-profile-redesign .vpr-intro h2,.voice-profile-redesign .vpr-hero-voices h2,.voice-profile-redesign .vpr-hero-services>h2{color:var(--vpr-brand);font-weight:700}
.voice-profile-redesign .vpr-intro h2{margin:0 0 23px;font-size:25px;line-height:1.2}
.voice-profile-redesign .vpr-intro__lead,.voice-profile-redesign .vpr-intro__summary{max-width:808px;margin:0 0 13px;color:var(--vpr-brand);font-size:13px;line-height:1.55}
.voice-profile-redesign .vpr-hero-voices{margin-top:28px}
.voice-profile-redesign .vpr-hero-voices h2{margin:0 0 14px;font-size:13px;line-height:1.3}
.voice-profile-redesign .vpr-hero-voices__list{display:flex;gap:14px;align-items:flex-start;overflow:hidden}
.voice-profile-redesign .vpr-hero-voice{width:72px;min-width:72px;text-align:center}
.voice-profile-redesign .vpr-hero-voice__portrait{display:grid;width:66px;height:66px;margin:0 auto 7px;place-items:center;border:1px solid #e07158;border-radius:50%;color:var(--vpr-brand);background:#eceef3;font-size:19px;overflow:hidden}
.voice-profile-redesign .vpr-hero-voice__portrait img{width:100%;height:100%;object-fit:cover}
.voice-profile-redesign .vpr-hero-voice p{margin:0;color:var(--vpr-brand);font-size:12px;line-height:1.12;overflow-wrap:anywhere}
.voice-profile-redesign .vpr-hero-services{margin-top:50px}
.voice-profile-redesign .vpr-hero-services>h2{margin:0 0 18px;font-size:27px;line-height:1.2}
.voice-profile-redesign .vpr-hero-services__list{display:grid;gap:16px;border:0}
.voice-profile-redesign .vpr-hero-service{grid-template-columns:160px minmax(260px,1fr) 154px;gap:20px;min-height:80px;box-sizing:border-box;padding:12px 18px;border:0;border-radius:14px;background:#f3f3f4}
.voice-profile-redesign .vpr-hero-service h3{color:var(--vpr-brand);font-size:15px;font-weight:700}
.voice-profile-redesign .vpr-hero-service .vpr-audio-card__control{display:grid;grid-template-columns:minmax(180px,1fr) 24px 48px;gap:8px;align-items:center;margin:0}
.voice-profile-redesign .vpr-hero-service .vpr-player{width:100%!important;height:48px!important}
.voice-profile-redesign .vpr-hero-service__price{color:#d2492f;font-size:14px;font-weight:700;line-height:1.35;text-align:right}
.voice-profile-redesign .vpr-hero-services .vpr-order__note{display:none}

@media(max-width:1180px){.voice-profile-redesign .vpr-hero__heading{padding-left:250px}.voice-profile-redesign .vpr-hero__shell{grid-template-columns:250px minmax(0,1fr);gap:42px}.voice-profile-redesign .vpr-photo-wrap,.voice-profile-redesign .vpr-identity__photo{height:286px;min-height:286px}.voice-profile-redesign .vpr-hero-service{grid-template-columns:130px minmax(190px,1fr) 130px;gap:12px}.voice-profile-redesign .vpr-hero-voices__list{gap:10px}}
@media(max-width:900px){.voice-profile-redesign .vpr-hero__heading{padding-left:0;padding-bottom:34px}.voice-profile-redesign .vpr-hero__heading h1{font-size:48px}.voice-profile-redesign .vpr-hero__shell{grid-template-columns:230px minmax(0,1fr);gap:28px}.voice-profile-redesign .vpr-photo-wrap,.voice-profile-redesign .vpr-identity__photo{height:270px;min-height:270px}.voice-profile-redesign .vpr-hero-service{grid-template-columns:1fr 170px}.voice-profile-redesign .vpr-hero-service .vpr-audio-card__control{grid-column:2;grid-row:1/3;grid-template-columns:112px 20px 30px}.voice-profile-redesign .vpr-hero-service__price{grid-column:1;text-align:left}}
@media(max-width:600px){.voice-profile-redesign .vpr-breadcrumbs{padding-top:18px;padding-bottom:18px}.voice-profile-redesign .vpr-hero__heading{padding:0 0 25px}.voice-profile-redesign .vpr-hero__heading h1{font-size:38px}.voice-profile-redesign .vpr-photo-wrap,.voice-profile-redesign .vpr-identity__photo{height:390px;min-height:390px;border-radius:28px}.voice-profile-redesign .vpr-photo-wrap{border-radius:28px}.voice-profile-redesign .vpr-identity__name{margin-top:19px}.voice-profile-redesign .vpr-hero__content{padding-top:38px}.voice-profile-redesign .vpr-intro h2{font-size:24px}.voice-profile-redesign .vpr-hero-voices__list{gap:12px;padding-bottom:5px;overflow-x:auto}.voice-profile-redesign .vpr-hero-services{margin-top:36px}.voice-profile-redesign .vpr-hero-services>h2{font-size:25px}.voice-profile-redesign .vpr-hero-service{grid-template-columns:minmax(0,1fr) 145px;min-height:96px;padding:12px}.voice-profile-redesign .vpr-hero-service .vpr-audio-card__control{grid-template-columns:88px 18px 28px}.voice-profile-redesign .vpr-hero-service .vpr-player{height:46px!important}.voice-profile-redesign .vpr-similar-section .vpr-voice-card.has-focus{height:246px;border-color:rgba(59,65,115,.08);transform:none;box-shadow:0 8px 18px rgba(32,36,74,.05)}.voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__expanded{visibility:hidden;max-height:0;opacity:0}}

/* Iteration 12: tighter reference hero, split voice media, preview awards and quick order. */
.voice-profile-redesign .vpr-container{max-width:1080px}
.voice-profile-redesign .vpr-breadcrumbs{padding-top:28px;padding-bottom:20px}
.voice-profile-redesign .vpr-hero{padding-bottom:38px}
.voice-profile-redesign .vpr-hero__heading{padding:0 0 45px 286px}
.voice-profile-redesign .vpr-hero__heading h1{font-size:58px}
.voice-profile-redesign .vpr-hero__shell{grid-template-columns:250px minmax(0,1fr);gap:55px}
.voice-profile-redesign .vpr-photo-wrap,.voice-profile-redesign .vpr-identity__photo{height:270px;min-height:270px}
.voice-profile-redesign .vpr-photo-wrap,.voice-profile-redesign .vpr-identity__photo{border-radius:36px}
.voice-profile-redesign .vpr-identity__name{margin:20px 0 14px;font-size:20px}
.voice-profile-redesign .vpr-facts>div{margin-bottom:8px;font-size:12px}
.voice-profile-redesign .vpr-links{margin-bottom:14px;font-size:12px}
.voice-profile-redesign .vpr-identity__cta{min-height:43px}
.voice-profile-redesign .vpr-intro h2{margin-bottom:19px;font-size:24px}
.voice-profile-redesign .vpr-intro__lead,.voice-profile-redesign .vpr-intro__summary{max-width:725px;font-size:12px;line-height:1.5}
.voice-profile-redesign .vpr-hero-voices{margin-top:22px}
.voice-profile-redesign .vpr-hero-voices h2{margin-bottom:11px}
.voice-profile-redesign .vpr-hero-voices__list{gap:9px}
.voice-profile-redesign .vpr-hero-voice{width:66px;min-width:66px}
.voice-profile-redesign .vpr-hero-voice__portrait{width:61px;height:61px;margin-bottom:6px}
.voice-profile-redesign .vpr-hero-voice p{font-size:11px}
.voice-profile-redesign .vpr-hero-services{margin-top:31px}
.voice-profile-redesign .vpr-hero-services>h2{margin-bottom:14px;font-size:26px}
.voice-profile-redesign .vpr-hero-services__list{gap:13px}
.voice-profile-redesign .vpr-hero-service{grid-template-columns:135px minmax(310px,1fr) 132px;gap:16px;min-height:76px;padding:10px 16px}
.voice-profile-redesign .vpr-hero-service h3{font-size:14px}
.voice-profile-redesign .vpr-hero-service .vpr-audio-card__control{grid-template-columns:48px minmax(180px,1fr) 24px;gap:11px}
.voice-profile-redesign .vpr-hero-service .vpr-player{width:48px!important;height:48px!important;flex-basis:48px}
.voice-profile-redesign .vpr-hero-service .vpr-player .player__back{width:46px;height:46px;background:#fff}
.voice-profile-redesign .vpr-hero-service .vpr-player .player__button{width:44px;height:44px;border:1px solid var(--vpr-brand);color:var(--vpr-brand)}
.voice-profile-redesign .vpr-hero-progress{display:grid;grid-template-columns:minmax(100px,1fr) auto;gap:8px;align-items:center;min-width:0;cursor:pointer}
.voice-profile-redesign .vpr-hero-progress__rail{display:block;position:relative;height:3px;border-radius:3px;background:#b9bdd2}
.voice-profile-redesign .vpr-hero-progress__rail:before{content:'';position:absolute;inset:-4px 0}
.voice-profile-redesign .vpr-hero-progress__fill{display:block;width:0;height:100%;border-radius:inherit;background:var(--vpr-accent)}
.voice-profile-redesign .vpr-hero-progress__time{color:var(--vpr-muted);font-size:10px;white-space:nowrap}
.voice-profile-redesign .vpr-hero-service__download{display:grid;width:24px;height:34px;place-items:center;color:var(--vpr-brand)}
.voice-profile-redesign .vpr-hero-service__download .svg-icon{width:17px;height:17px}
.voice-profile-redesign .vpr-hero-service__price{font-size:13px}

.voice-profile-redesign .vpr-about-section{padding:50px 0;background:#fff}
.voice-profile-redesign .vpr-about-combined{grid-template-columns:minmax(0,1fr) minmax(330px,.9fr);gap:46px;padding:32px 34px}
.voice-profile-redesign .vpr-about-combined__left{display:grid;gap:23px;align-content:start;min-width:0}
.voice-profile-redesign .vpr-about-combined__copy p{margin-bottom:0;font-size:14px}
.voice-profile-redesign .vpr-about-video{width:100%;max-width:480px}
.voice-profile-redesign .vpr-about-video .vpr-video{width:100%;max-width:none;aspect-ratio:16/9}
.voice-profile-redesign .vpr-about-media{align-content:start;padding-top:31px}
.voice-profile-redesign .vpr-demo-list{display:grid;gap:10px}
.voice-profile-redesign .vpr-audio-card--sample{min-height:82px;padding:13px 15px}

.voice-profile-redesign .vpr-awards-section{padding:50px 0;background:var(--vpr-surface)}
.voice-profile-redesign .vpr-preview-label{align-self:center;padding:7px 10px;border-radius:999px;color:var(--vpr-accent);background:#fff1ec;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.voice-profile-redesign .vpr-awards-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:22px}
.voice-profile-redesign .vpr-award-card{display:grid;grid-template-columns:42px 1fr;gap:13px;min-height:116px;padding:20px;border:1px solid var(--vpr-line);border-radius:18px;background:#fff;box-shadow:0 7px 20px rgba(59,65,115,.04)}
.voice-profile-redesign .vpr-award-card__icon{display:grid;width:42px;height:42px;place-items:center;border-radius:50%;color:#fff;background:var(--vpr-accent);font-size:18px}
.voice-profile-redesign .vpr-award-card h3{margin:2px 0 7px;color:var(--vpr-brand);font-size:15px}
.voice-profile-redesign .vpr-award-card p{margin:0;color:var(--vpr-muted);font-size:12px;line-height:1.5}

.voice-profile-redesign .vpr-quick-order{padding:54px 0;background:#fff}
.voice-profile-redesign .vpr-quick-order__card{max-width:820px;box-sizing:border-box;margin:0 auto;padding:34px 38px;border:1px solid var(--vpr-line);border-radius:22px;background:#fff;box-shadow:0 10px 28px rgba(59,65,115,.06)}
.voice-profile-redesign .vpr-quick-order__head{text-align:center}
.voice-profile-redesign .vpr-quick-order__head h2{margin:5px 0 25px;color:var(--vpr-brand);font-size:30px;text-transform:uppercase}
.voice-profile-redesign .vpr-quick-order__fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}
.voice-profile-redesign .vpr-quick-order__field:first-child{grid-column:1/-1}
.voice-profile-redesign .vpr-quick-order__field--message{grid-column:1/-1}
.voice-profile-redesign .vpr-quick-order__field .form-group{margin:0}
.voice-profile-redesign .vpr-quick-order__field input,.voice-profile-redesign .vpr-quick-order__field textarea{width:100%;box-sizing:border-box;border:1px solid var(--vpr-line);border-radius:12px;color:var(--vpr-text);background:#f8f8fa;font:inherit;font-size:13px;outline:none}
.voice-profile-redesign .vpr-quick-order__field input{height:48px;padding:0 15px}
.voice-profile-redesign .vpr-quick-order__field textarea{min-height:124px;padding:14px 15px;resize:vertical}
.voice-profile-redesign .vpr-quick-order__field input:focus,.voice-profile-redesign .vpr-quick-order__field textarea:focus{border-color:var(--vpr-accent);background:#fff}
.voice-profile-redesign .vpr-quick-order__footer{display:flex;gap:20px;align-items:center;justify-content:space-between;margin-top:18px}
.voice-profile-redesign .vpr-quick-order__agree{display:flex;gap:9px;align-items:flex-start;max-width:470px;color:var(--vpr-muted);font-size:11px;line-height:1.45}
.voice-profile-redesign .vpr-quick-order__agree input{margin-top:2px;accent-color:var(--vpr-accent)}
.voice-profile-redesign .vpr-quick-order__submit{min-width:190px;min-height:46px;border-radius:12px}

@media(max-width:1100px){.voice-profile-redesign .vpr-container{width:calc(100% - 44px)}.voice-profile-redesign .vpr-hero__heading{padding-left:260px}.voice-profile-redesign .vpr-hero__shell{grid-template-columns:230px minmax(0,1fr);gap:30px}.voice-profile-redesign .vpr-photo-wrap,.voice-profile-redesign .vpr-identity__photo{height:250px;min-height:250px}.voice-profile-redesign .vpr-hero-service{grid-template-columns:115px minmax(260px,1fr) 118px}.voice-profile-redesign .vpr-about-combined{gap:30px}}
@media(max-width:820px){.voice-profile-redesign .vpr-hero__heading{padding-left:0}.voice-profile-redesign .vpr-hero__shell{grid-template-columns:220px minmax(0,1fr);gap:24px}.voice-profile-redesign .vpr-hero-service{grid-template-columns:1fr 245px}.voice-profile-redesign .vpr-hero-service .vpr-audio-card__control{grid-column:2;grid-row:1/3;grid-template-columns:44px minmax(110px,1fr) 22px}.voice-profile-redesign .vpr-hero-service__price{grid-column:1;text-align:left}.voice-profile-redesign .vpr-about-combined{grid-template-columns:1fr}.voice-profile-redesign .vpr-about-media{padding-top:0}.voice-profile-redesign .vpr-about-video{max-width:560px}.voice-profile-redesign .vpr-awards-grid{grid-template-columns:1fr}.voice-profile-redesign .vpr-quick-order__card{padding:30px}}
@media(max-width:600px){.voice-profile-redesign .vpr-container{width:calc(100% - 28px)}.voice-profile-redesign .vpr-hero{padding-bottom:30px}.voice-profile-redesign .vpr-hero__heading{padding-bottom:24px}.voice-profile-redesign .vpr-hero__heading h1{font-size:37px}.voice-profile-redesign .vpr-photo-wrap,.voice-profile-redesign .vpr-identity__photo{height:350px;min-height:350px}.voice-profile-redesign .vpr-hero__content{padding-top:30px}.voice-profile-redesign .vpr-hero-services{margin-top:29px}.voice-profile-redesign .vpr-hero-service{grid-template-columns:1fr;gap:8px;padding:13px}.voice-profile-redesign .vpr-hero-service .vpr-audio-card__control{grid-column:1;grid-row:auto;grid-template-columns:44px minmax(0,1fr) 22px}.voice-profile-redesign .vpr-hero-service__price{grid-column:1}.voice-profile-redesign .vpr-about-combined{padding:24px 20px}.voice-profile-redesign .vpr-about-combined__left{gap:18px}.voice-profile-redesign .vpr-awards-section{padding:42px 0}.voice-profile-redesign .vpr-section__head{gap:12px}.voice-profile-redesign .vpr-preview-label{display:none}.voice-profile-redesign .vpr-quick-order{padding:42px 0}.voice-profile-redesign .vpr-quick-order__card{padding:25px 18px;border-radius:18px}.voice-profile-redesign .vpr-quick-order__head h2{font-size:25px}.voice-profile-redesign .vpr-quick-order__fields{grid-template-columns:1fr}.voice-profile-redesign .vpr-quick-order__field--message{grid-column:auto}.voice-profile-redesign .vpr-quick-order__footer{align-items:stretch;flex-direction:column}.voice-profile-redesign .vpr-quick-order__submit{width:100%}}

/* Iteration 13: reference-matched functional waveform demo rows. */
.voice-profile-redesign .vpr-hero-services>h2{margin-bottom:17px;font-size:27px;line-height:1.15}
.voice-profile-redesign .vpr-hero-services__list{gap:15px}
.voice-profile-redesign .vpr-hero-service{grid-template-columns:145px minmax(320px,1fr) 142px;gap:17px;min-height:98px;padding:15px 18px;border-radius:17px;background:#f3f3f4}
.voice-profile-redesign .vpr-hero-service h3{font-size:15px;font-weight:700;line-height:1.25}
.voice-profile-redesign .vpr-hero-service:nth-child(2) h3{max-width:112px}
.voice-profile-redesign .vpr-hero-service .vpr-audio-card__control{grid-template-columns:58px minmax(200px,1fr) 30px;gap:15px}
.voice-profile-redesign .vpr-hero-service .vpr-player{width:58px!important;height:58px!important;flex-basis:58px}
.voice-profile-redesign .vpr-hero-service .vpr-player .player__back{width:56px;height:56px}
.voice-profile-redesign .vpr-hero-service .vpr-player .player__button{width:56px;height:56px;border:1.5px solid var(--vpr-brand)}
.voice-profile-redesign .vpr-hero-service .vpr-player__icon-play,.voice-profile-redesign .vpr-hero-service .vpr-player__icon-pause{width:19px;height:19px}
.voice-profile-redesign .vpr-hero-progress{position:relative;display:block;height:39px;min-width:0;padding-bottom:13px;box-sizing:border-box}
.voice-profile-redesign .vpr-waveform{position:absolute;top:1px;right:0;left:0;display:block;height:28px;cursor:pointer;overflow:hidden}
.voice-profile-redesign .vpr-waveform__bars{display:flex;width:100%;height:28px;align-items:center;gap:2px}
.voice-profile-redesign .vpr-waveform__bars i{display:block;min-width:2px;height:var(--bar-height);flex:1 1 2px;border-radius:2px;background:#969bb8}
.voice-profile-redesign .vpr-waveform__played{position:absolute;z-index:2;top:0;bottom:0;left:0;width:0;overflow:hidden}
.voice-profile-redesign .vpr-waveform__played .vpr-waveform__bars{position:absolute;top:0;left:0}
.voice-profile-redesign .vpr-waveform__played .vpr-waveform__bars i{background:var(--vpr-accent)}
.voice-profile-redesign .vpr-hero-progress__time{position:absolute;right:0;bottom:0;color:#777d99;font-size:9px;line-height:1}
.voice-profile-redesign .vpr-hero-service__download{width:30px;height:42px;border-radius:8px}
.voice-profile-redesign .vpr-hero-service__download .svg-icon{width:19px;height:19px}
.voice-profile-redesign .vpr-hero-service__price{display:flex;min-height:58px;padding-left:18px;border-left:1px solid #d4d5dd;align-items:flex-start;justify-content:center;flex-direction:column;color:#d2492f;text-align:left}
.voice-profile-redesign .vpr-hero-service__price-main{display:block;font-size:15px;font-weight:600;line-height:1.15;white-space:nowrap}
.voice-profile-redesign .vpr-hero-service__price-main strong{font-size:18px;font-weight:700}
.voice-profile-redesign .vpr-hero-service__price small{display:block;margin-top:5px;color:var(--vpr-brand);font-size:10px;line-height:1}

@media(max-width:1100px){.voice-profile-redesign .vpr-hero-service{grid-template-columns:120px minmax(250px,1fr) 126px;gap:12px;padding-right:14px;padding-left:14px}.voice-profile-redesign .vpr-hero-service .vpr-audio-card__control{grid-template-columns:54px minmax(150px,1fr) 27px;gap:10px}.voice-profile-redesign .vpr-hero-service .vpr-player{width:54px!important;height:54px!important}.voice-profile-redesign .vpr-hero-service .vpr-player .player__back,.voice-profile-redesign .vpr-hero-service .vpr-player .player__button{width:52px;height:52px}.voice-profile-redesign .vpr-hero-service__price{padding-left:13px}.voice-profile-redesign .vpr-hero-service__price-main strong{font-size:16px}}
@media(max-width:820px){.voice-profile-redesign .vpr-hero-service{grid-template-columns:minmax(105px,.7fr) minmax(240px,1.3fr);min-height:104px}.voice-profile-redesign .vpr-hero-service .vpr-audio-card__control{grid-template-columns:50px minmax(130px,1fr) 25px}.voice-profile-redesign .vpr-hero-service .vpr-player{width:50px!important;height:50px!important}.voice-profile-redesign .vpr-hero-service .vpr-player .player__back,.voice-profile-redesign .vpr-hero-service .vpr-player .player__button{width:48px;height:48px}.voice-profile-redesign .vpr-hero-service__price{grid-column:1;min-height:0;padding:8px 0 0;border-top:1px solid #d4d5dd;border-left:0;justify-content:flex-start}.voice-profile-redesign .vpr-hero-service__price-main strong{font-size:15px}}
@media(max-width:600px){.voice-profile-redesign .vpr-hero-service{grid-template-columns:1fr;gap:10px;min-height:0;padding:15px 13px;border-radius:16px}.voice-profile-redesign .vpr-hero-service:nth-child(2) h3{max-width:none}.voice-profile-redesign .vpr-hero-service .vpr-audio-card__control{grid-column:1;grid-template-columns:52px minmax(0,1fr) 27px;gap:10px}.voice-profile-redesign .vpr-hero-service .vpr-player{width:52px!important;height:52px!important}.voice-profile-redesign .vpr-hero-service .vpr-player .player__back,.voice-profile-redesign .vpr-hero-service .vpr-player .player__button{width:50px;height:50px}.voice-profile-redesign .vpr-waveform__bars{gap:1.5px}.voice-profile-redesign .vpr-waveform__bars i{min-width:1px}.voice-profile-redesign .vpr-hero-service__price{display:flex;grid-column:1;padding-top:10px;align-items:center;justify-content:space-between;flex-direction:row}.voice-profile-redesign .vpr-hero-service__price small{margin:0}.voice-profile-redesign .vpr-hero-service__price-main strong{font-size:16px}}

/* Iteration 14: future-ready AI placeholder. */
.voice-profile-redesign .vpr-ai-section{padding:52px 0;background:#fff}
.voice-profile-redesign .vpr-ai-section__head{display:flex;gap:30px;align-items:flex-end;justify-content:space-between;margin-bottom:24px}
.voice-profile-redesign .vpr-ai-section__head h2{margin-bottom:10px;font-size:32px}
.voice-profile-redesign .vpr-ai-section__head p{max-width:620px;margin:0;color:var(--vpr-muted);font-size:14px;line-height:1.55}
.voice-profile-redesign .vpr-ai-section__link{flex:none;margin-bottom:4px;color:var(--vpr-accent);font-size:13px;font-weight:700}
.voice-profile-redesign .vpr-ai-grid{display:grid;grid-template-columns:repeat(4,minmax(0,224px));gap:18px;justify-content:center}
.voice-profile-redesign .vpr-ai-card{min-width:0;padding:16px;border:1px solid var(--vpr-line);border-radius:17px;background:#fff}
.voice-profile-redesign .vpr-ai-card__photo{aspect-ratio:1;border-radius:14px;background:#f1f1f3;overflow:hidden}
.voice-profile-redesign .vpr-ai-card__photo img{width:100%;height:100%;object-fit:cover}
.voice-profile-redesign .vpr-ai-empty{grid-column:1/-1;position:relative;min-height:204px;padding:15px;border:1px dashed #d5d6de;border-radius:19px;background:#f8f8f9;overflow:hidden}
.voice-profile-redesign .vpr-ai-skeletons{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;opacity:.48}
.voice-profile-redesign .vpr-ai-skeleton{display:grid;gap:9px;padding:12px;border:1px solid #e3e3e8;border-radius:14px;background:#fff}
.voice-profile-redesign .vpr-ai-skeleton i{display:block;aspect-ratio:1.75;border-radius:10px;background:#e5e5ea}
.voice-profile-redesign .vpr-ai-skeleton b,.voice-profile-redesign .vpr-ai-skeleton em{display:block;height:9px;border-radius:5px;background:#e2e2e7}
.voice-profile-redesign .vpr-ai-skeleton em{width:67%;height:7px}
.voice-profile-redesign .vpr-ai-empty__message{position:absolute;inset:0;display:flex;padding:20px;align-items:center;justify-content:center;flex-direction:column;text-align:center;background:rgba(248,248,249,.8);backdrop-filter:blur(2px)}
.voice-profile-redesign .vpr-ai-empty__message strong{color:var(--vpr-brand);font-size:14px}
.voice-profile-redesign .vpr-ai-empty__message span{max-width:440px;margin-top:7px;color:var(--vpr-muted);font-size:12px;line-height:1.45}
.voice-profile-redesign .vpr-ai-note{display:flex;gap:24px;align-items:center;justify-content:space-between;margin-top:18px;padding:18px 20px;border-radius:16px;color:#fff;background:var(--vpr-brand)}
.voice-profile-redesign .vpr-ai-note>div{display:grid;gap:4px}
.voice-profile-redesign .vpr-ai-note strong{font-size:15px}
.voice-profile-redesign .vpr-ai-note span{max-width:700px;color:rgba(255,255,255,.82);font-size:12px;line-height:1.45}
.voice-profile-redesign .vpr-ai-note__button{flex:none;display:flex!important;min-height:42px;padding:0 19px!important;align-items:center;justify-content:center;border-radius:11px;font-size:11px}

@media(max-width:900px){.voice-profile-redesign .vpr-ai-grid{grid-template-columns:repeat(2,minmax(0,250px));gap:14px}.voice-profile-redesign .vpr-ai-skeletons{grid-template-columns:repeat(2,minmax(0,1fr))}.voice-profile-redesign .vpr-ai-empty{min-height:248px}}
@media(min-width:901px) and (max-width:1100px){.voice-profile-redesign .vpr-ai-grid{grid-template-columns:repeat(4,minmax(0,200px))}}
@media(max-width:700px){.voice-profile-redesign .vpr-ai-section{padding:42px 0}.voice-profile-redesign .vpr-ai-section__head{align-items:flex-start;flex-direction:column}.voice-profile-redesign .vpr-ai-section__link{margin:0}.voice-profile-redesign .vpr-ai-note{align-items:stretch;flex-direction:column}.voice-profile-redesign .vpr-ai-note__button{width:100%;box-sizing:border-box}}
@media(max-width:480px){.voice-profile-redesign .vpr-ai-section__head h2{font-size:28px}.voice-profile-redesign .vpr-ai-grid{grid-template-columns:repeat(2,minmax(0,150px));gap:12px}.voice-profile-redesign .vpr-ai-skeletons{grid-template-columns:1fr}.voice-profile-redesign .vpr-ai-skeleton:nth-child(n+3){display:none}.voice-profile-redesign .vpr-ai-empty{min-height:280px}.voice-profile-redesign .vpr-ai-empty__message{padding:18px}.voice-profile-redesign .vpr-ai-note{padding:18px}}
/* Iteration 16: unified page canvas, typography and reference-led similar voices. */
.voice-profile-redesign{--vpr-page:#f6f6f7;--vpr-card:#fff;--vpr-heading:#171717;--vpr-body:#3f3f43;--vpr-meta:#74747b;background:var(--vpr-page);color:var(--vpr-body);font-family:"Roboto",sans-serif}
.voice-profile-redesign .vpr-hero,.voice-profile-redesign .vpr-section,.voice-profile-redesign .vpr-section--tint,.voice-profile-redesign .vpr-ai-section,.voice-profile-redesign .vpr-awards-section,.voice-profile-redesign .vpr-quick-order,.voice-profile-redesign .vpr-about-person,.voice-profile-redesign .vpr-studio-advantages,.voice-profile-redesign .vpr-similar-section,.voice-profile-redesign .vpr-placeholder-section,.voice-profile-redesign .vpr-trust{background:transparent}
.voice-profile-redesign .vpr-section{padding-top:58px;padding-bottom:58px}
.voice-profile-redesign .vpr-section h2,.voice-profile-redesign .vpr-similar-head h2{margin-bottom:22px;color:var(--vpr-heading);font-size:32px;font-weight:700;line-height:1.16;letter-spacing:-.018em}
.voice-profile-redesign .vpr-section h3{color:var(--vpr-heading);font-size:16px;font-weight:650;line-height:1.32}
.voice-profile-redesign .vpr-section__intro,.voice-profile-redesign .vpr-section p{color:var(--vpr-meta);font-size:14px;line-height:1.62}
.voice-profile-redesign .vpr-kicker{margin-bottom:8px;color:var(--vpr-accent);font-size:11px;font-weight:700;line-height:1.25;letter-spacing:.085em;text-transform:uppercase}
.voice-profile-redesign .vpr-ai-empty,.voice-profile-redesign .vpr-award-card,.voice-profile-redesign .vpr-quick-order__card,.voice-profile-redesign .vpr-filmography-shell,.voice-profile-redesign .vpr-biography,.voice-profile-redesign .vpr-studio-card,.voice-profile-redesign .vpr-faq-wrap{background:var(--vpr-card)}
.voice-profile-redesign .vpr-trust__block{background:var(--vpr-card)}

.voice-profile-redesign .vpr-similar-section{padding-top:58px;padding-bottom:46px;overflow:hidden}
.voice-profile-redesign .vpr-similar-section .vpr-section__intro{margin-bottom:18px}
.voice-profile-redesign .vpr-similar-carousel{height:430px;margin:0 -8px;padding:12px 8px 24px;overflow:hidden}
.voice-profile-redesign .vpr-similar-carousel .swiper-wrapper{align-items:flex-start}
.voice-profile-redesign .vpr-similar-carousel .swiper-slide{height:402px}
.voice-profile-redesign .vpr-similar-section .vpr-voice-card{position:relative;display:block;height:244px;min-height:244px;box-sizing:border-box;padding:14px 12px 16px;border:1px solid rgba(59,65,115,.1);border-radius:24px;background:#f3f3f4;box-shadow:none;overflow:visible;cursor:default;transition:height .22s ease,transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.voice-profile-redesign .vpr-similar-section .vpr-voice-card.is-hovered,.voice-profile-redesign .vpr-similar-section .vpr-voice-card.has-focus{z-index:6;height:390px;border-color:rgba(244,75,29,.19);transform:translateY(-6px);box-shadow:0 16px 35px rgba(47,49,80,.15)}
.voice-profile-redesign .vpr-voice-card__utility{top:10px;right:10px;left:10px;display:grid;grid-template-columns:28px minmax(0,1fr) 28px;align-items:center;pointer-events:none}
.voice-profile-redesign .vpr-voice-card__utility>*{pointer-events:auto}
.voice-profile-redesign .vpr-voice-card__favourite{grid-column:1;grid-row:1;opacity:0;transform:translateY(-3px);pointer-events:none;transition:opacity .16s ease,transform .16s ease}
.voice-profile-redesign .vpr-voice-card__download{grid-column:2;grid-row:1;justify-self:start}
.voice-profile-redesign .vpr-voice-card__federal{grid-column:3;grid-row:1;display:grid;width:28px;height:28px;place-items:center;color:var(--vpr-accent);font-size:23px;line-height:1}
.voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__favourite,.voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__favourite,.voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__favourite{opacity:1;transform:none;pointer-events:auto}
.voice-profile-redesign .vpr-voice-card__visual{position:relative;width:116px;height:116px;margin:20px auto 13px;border-radius:50%;background:linear-gradient(145deg,#e9ebf5,#d9ddea);overflow:visible}
.voice-profile-redesign .vpr-voice-card__visual>img,.voice-profile-redesign .vpr-voice-card__visual>.vpr-voice-card__avatar{width:116px!important;height:116px!important;border:0;border-radius:50%;object-fit:cover;overflow:hidden}
.voice-profile-redesign .vpr-voice-card__visual>.vpr-voice-card__avatar{display:grid;place-items:center;color:#fff;background:var(--vpr-brand);font-size:28px;font-weight:700}
.voice-profile-redesign .vpr-similar-section .vpr-voice-card__visual .vpr-player--compact{left:-8px;bottom:7px;width:42px!important;height:42px!important;filter:drop-shadow(0 4px 7px rgba(23,23,23,.16))}
.voice-profile-redesign .vpr-similar-section .vpr-voice-card__visual .vpr-player--compact .player__back{width:42px;height:42px}
.voice-profile-redesign .vpr-similar-section .vpr-voice-card__body{display:block;min-height:0;padding:0;text-align:center}
.voice-profile-redesign .vpr-similar-section .vpr-voice-card__body h3{min-height:35px;margin:0 0 3px;font-size:14px;font-weight:500;line-height:1.25}
.voice-profile-redesign .vpr-similar-section .vpr-voice-card__body h3 a{color:var(--vpr-accent);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}
.voice-profile-redesign .vpr-voice-card__price{color:var(--vpr-brand);font-size:13px;line-height:1.3}
.voice-profile-redesign .vpr-voice-card__price strong{font-size:14px}
.voice-profile-redesign .vpr-voice-card__expanded{visibility:hidden;max-height:0;opacity:0;transform:translateY(6px);transition:opacity .16s ease .04s,transform .16s ease .04s}
.voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__expanded,.voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__expanded{visibility:visible;max-height:138px;opacity:1;transform:none}
.voice-profile-redesign .vpr-voice-card__expanded p{display:-webkit-box;min-height:58px;margin:14px 0 12px;color:var(--vpr-meta);font-size:12px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}
.voice-profile-redesign .vpr-voice-card__cta{display:flex;width:100%;min-height:44px;box-sizing:border-box;align-items:center;justify-content:center;padding:0 12px!important;border-radius:13px;font-size:12px;letter-spacing:0;text-transform:none}
.voice-profile-redesign .vpr-similar-nav button{border-color:rgba(244,75,29,.5);color:var(--vpr-accent);background:var(--vpr-card)}

@media(max-width:1024px){.voice-profile-redesign .vpr-section{padding-top:52px;padding-bottom:52px}.voice-profile-redesign .vpr-similar-carousel{height:425px}.voice-profile-redesign .vpr-similar-carousel .swiper-slide{height:397px}.voice-profile-redesign .vpr-similar-section .vpr-voice-card.is-hovered,.voice-profile-redesign .vpr-similar-section .vpr-voice-card.has-focus{height:382px}}
@media(max-width:767px){.voice-profile-redesign .vpr-section{padding-top:44px;padding-bottom:44px}.voice-profile-redesign .vpr-section h2,.voice-profile-redesign .vpr-similar-head h2{font-size:27px}.voice-profile-redesign .vpr-similar-carousel{height:286px;margin-right:-16px;padding-right:16px}.voice-profile-redesign .vpr-similar-carousel .swiper-slide{height:254px}.voice-profile-redesign .vpr-similar-section .vpr-voice-card,.voice-profile-redesign .vpr-similar-section .vpr-voice-card.is-hovered,.voice-profile-redesign .vpr-similar-section .vpr-voice-card.has-focus{height:244px;min-height:244px;border-color:rgba(59,65,115,.1);transform:none;box-shadow:none}.voice-profile-redesign .vpr-voice-card__expanded,.voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__expanded,.voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__expanded{visibility:hidden;max-height:0;opacity:0}.voice-profile-redesign .vpr-voice-card__favourite{opacity:1;transform:none;pointer-events:auto}}
@media(hover:none){.voice-profile-redesign .vpr-similar-section .vpr-voice-card:hover,.voice-profile-redesign .vpr-similar-section .vpr-voice-card.has-focus{height:244px;border-color:rgba(59,65,115,.1);transform:none;box-shadow:none}.voice-profile-redesign .vpr-voice-card:hover .vpr-voice-card__expanded,.voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__expanded{visibility:hidden;max-height:0;opacity:0}.voice-profile-redesign .vpr-voice-card__favourite{opacity:1;transform:none;pointer-events:auto}}

/* Iteration 17: compact page rhythm, FAQ and client-logo polish. */
.voice-profile-redesign .vpr-ai-section,
.voice-profile-redesign .vpr-awards-section,
.voice-profile-redesign #filmography,
.voice-profile-redesign .vpr-quick-order,
.voice-profile-redesign .vpr-about-person,
.voice-profile-redesign .vpr-studio-advantages,
.voice-profile-redesign .vpr-placeholder-section{padding-top:36px;padding-bottom:36px}
.voice-profile-redesign .vpr-similar-section{padding-top:40px;padding-bottom:34px}
.voice-profile-redesign .vpr-similar-carousel{height:360px;padding-bottom:18px}
.voice-profile-redesign .vpr-similar-carousel .swiper-slide{height:332px}
.voice-profile-redesign .vpr-similar-section .vpr-voice-card.is-hovered,.voice-profile-redesign .vpr-similar-section .vpr-voice-card.has-focus{height:350px}
.voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__expanded,.voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__expanded{max-height:102px}
.voice-profile-redesign .vpr-voice-card__expanded p{min-height:34px;margin:10px 0;-webkit-line-clamp:2}
.voice-profile-redesign .vpr-trust{padding-top:0}
.voice-profile-redesign .vpr-trust__block{margin-bottom:14px}
.voice-profile-redesign .vpr-trust__block .s-studio,
.voice-profile-redesign .vpr-trust__block .s-advantages,
.voice-profile-redesign .vpr-trust__block .s-comments,
.voice-profile-redesign .vpr-trust__block .s-clients{padding-top:42px;padding-bottom:42px}

.voice-profile-redesign .vpr-voice-card__federal{width:26px;height:26px;color:var(--vpr-accent)}
.voice-profile-redesign .vpr-voice-card__federal svg{display:block;width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round}

.voice-profile-redesign .vpr-faq-wrap{max-width:1000px;padding:0;background:transparent}
.voice-profile-redesign .vpr-placeholder-head{align-items:flex-start}
.voice-profile-redesign .vpr-placeholder-head h2{margin-bottom:12px}
.voice-profile-redesign .vpr-placeholder-badge{margin:2px 0 0;padding:5px 9px;background:transparent;opacity:.72}
.voice-profile-redesign .vpr-placeholder-section .vpr-section__intro{margin:0 0 20px}
.voice-profile-redesign .vpr-faq{display:grid;gap:10px;border:0}
.voice-profile-redesign .vpr-faq__item{border:1px solid var(--vpr-line);border-radius:14px;background:var(--vpr-card);box-shadow:0 3px 12px rgba(42,45,72,.025);overflow:hidden;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}
.voice-profile-redesign .vpr-faq__item:hover{border-color:rgba(244,75,29,.28);box-shadow:0 7px 18px rgba(42,45,72,.055);transform:translateY(-1px)}
.voice-profile-redesign .vpr-faq__item h3{margin:0}
.voice-profile-redesign .vpr-faq__button{min-height:56px;padding:13px 15px 13px 18px;font-size:14px;font-weight:600}
.voice-profile-redesign .vpr-faq__icon{flex-basis:28px;width:28px;height:28px;border-color:#dfe0e7;background:#fafafd}
.voice-profile-redesign .vpr-faq__icon:before,.voice-profile-redesign .vpr-faq__icon:after{top:13px;left:8px;right:8px;height:1.5px}
.voice-profile-redesign .vpr-faq__panel{padding:0 58px 15px 18px;border-top:1px solid #eeeef2;background:#fbfbfc}
.voice-profile-redesign .vpr-faq__panel p{padding-top:13px;font-size:13px;line-height:1.5}

.voice-profile-redesign .vpr-trust__block .s-clients__items{display:flex;gap:12px;padding:0 22px 24px;border:0;background:transparent}
.voice-profile-redesign .vpr-trust__block .s-clients__item{display:flex;min-width:0;height:104px;box-sizing:border-box;align-items:center;justify-content:center;flex:0 0 168px;padding:17px;border:1px solid var(--vpr-line);border-radius:16px;background:var(--vpr-card);box-shadow:0 3px 12px rgba(42,45,72,.035);overflow:hidden}
.voice-profile-redesign .vpr-trust__block .s-clients__item:before,
.voice-profile-redesign .vpr-trust__block .s-clients__item:after{display:none!important}
.voice-profile-redesign .vpr-trust__block .s-clients__item img{display:block;max-width:100%;max-height:62px;width:auto;height:auto;object-fit:contain}

@media(max-width:1024px){
 .voice-profile-redesign .vpr-ai-section,.voice-profile-redesign .vpr-awards-section,.voice-profile-redesign #filmography,.voice-profile-redesign .vpr-quick-order,.voice-profile-redesign .vpr-about-person,.voice-profile-redesign .vpr-studio-advantages,.voice-profile-redesign .vpr-placeholder-section{padding-top:34px;padding-bottom:34px}
 .voice-profile-redesign .vpr-similar-carousel{height:354px}
 .voice-profile-redesign .vpr-similar-carousel .swiper-slide{height:326px}
 .voice-profile-redesign .vpr-similar-section .vpr-voice-card.is-hovered,.voice-profile-redesign .vpr-similar-section .vpr-voice-card.has-focus{height:344px}
}
@media(max-width:767px){
 .voice-profile-redesign .vpr-ai-section,.voice-profile-redesign .vpr-awards-section,.voice-profile-redesign #filmography,.voice-profile-redesign .vpr-quick-order,.voice-profile-redesign .vpr-about-person,.voice-profile-redesign .vpr-studio-advantages,.voice-profile-redesign .vpr-placeholder-section{padding-top:28px;padding-bottom:28px}
 .voice-profile-redesign .vpr-similar-section{padding-top:32px;padding-bottom:24px}
 .voice-profile-redesign .vpr-similar-carousel{height:278px}
 .voice-profile-redesign .vpr-similar-carousel .swiper-slide{height:252px}
 .voice-profile-redesign .vpr-similar-section .vpr-voice-card.is-hovered,.voice-profile-redesign .vpr-similar-section .vpr-voice-card.has-focus{height:244px}
 .voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__expanded,.voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__expanded{max-height:0}
 .voice-profile-redesign .vpr-placeholder-head{display:block}
 .voice-profile-redesign .vpr-placeholder-badge{display:inline-block;margin-bottom:15px}
 .voice-profile-redesign .vpr-faq__button{min-height:54px;padding:12px 12px 12px 15px;font-size:14px}
 .voice-profile-redesign .vpr-faq__panel{padding-right:46px;padding-left:15px}
 .voice-profile-redesign .vpr-trust__block .s-clients__items{gap:10px;padding-right:14px;padding-left:14px}
 .voice-profile-redesign .vpr-trust__block .s-clients__item{height:92px;flex-basis:144px;padding:14px;border-radius:14px}
 .voice-profile-redesign .vpr-trust__block .s-clients__item img{max-height:54px}
}

/* Iteration 20: audio timing, role navigation and readable AI typography. */
.voice-profile-redesign{
 --vpr-body-size:16px;
 --vpr-meta-size:14px;
}
.voice-profile-redesign .vpr-hero-progress{
 height:47px;
 padding-bottom:18px;
}
.voice-profile-redesign .vpr-waveform{
 top:0;
 height:28px;
}
.voice-profile-redesign .vpr-hero-progress__time{
 right:0;
 bottom:0;
 font-size:13px;
 line-height:14px;
}
.voice-profile-redesign .vpr-hero-voices__head{
 display:flex;
 align-items:baseline;
 justify-content:space-between;
 gap:18px;
 margin-bottom:15px;
}
.voice-profile-redesign .vpr-hero-voices__head h2{margin-bottom:0}
.voice-profile-redesign .vpr-hero-voices__all,
.voice-profile-redesign .vpr-hero-voices__all:visited{
 flex:none;
 color:var(--vpr-accent);
 font-size:14px;
 font-weight:600;
 text-decoration:underline;
 text-decoration-color:rgba(193,73,46,.35);
 text-underline-offset:3px;
}
.voice-profile-redesign .vpr-hero-voices__all:hover,
.voice-profile-redesign .vpr-hero-voices__all:focus-visible{
 text-decoration-color:currentColor;
 outline:none;
}
.voice-profile-redesign #filmography{scroll-margin-top:96px}

.voice-profile-redesign .vpr-ai-section__head p,
.voice-profile-redesign .vpr-ai-empty__message span,
.voice-profile-redesign .vpr-ai-note span,
.voice-profile-redesign .vpr-ai-card p,
.voice-profile-redesign .vpr-award-card p,
.voice-profile-redesign .vpr-voice-card__expanded p,
.voice-profile-redesign .vpr-quick-order__agree{
 font-size:var(--vpr-meta-size);
 line-height:1.55;
}
.voice-profile-redesign .vpr-ai-section__link{font-size:14px}
.voice-profile-redesign .vpr-ai-empty__message strong{font-size:16px}
.voice-profile-redesign .vpr-ai-note strong{font-size:16px}
.voice-profile-redesign .vpr-ai-note__button{font-size:13px}
.voice-profile-redesign .vpr-hero-service__price small{font-size:12px;line-height:1.2}
.voice-profile-redesign .vpr-ai-card{
 display:flex;
 min-width:0;
 min-height:100%;
 box-sizing:border-box;
 padding:0;
 flex-direction:column;
 border-radius:var(--vpr-card-radius);
 overflow:hidden;
}
.voice-profile-redesign .vpr-ai-card__photo{
 aspect-ratio:3/2;
 border-radius:0;
 background:#eceef3;
}
.voice-profile-redesign .vpr-ai-card__body{
 display:flex;
 min-height:148px;
 padding:14px;
 flex:1;
 flex-direction:column;
}
.voice-profile-redesign .vpr-ai-card__label{
 margin-bottom:4px;
 color:var(--vpr-accent);
 font-size:12px;
 font-weight:700;
 letter-spacing:.07em;
 text-transform:uppercase;
}
.voice-profile-redesign .vpr-ai-card h3{
 margin:0 0 6px;
 color:var(--vpr-brand);
 font-size:18px;
 line-height:1.3;
}
.voice-profile-redesign .vpr-ai-card p{
 display:-webkit-box;
 margin:0 0 12px;
 color:var(--vpr-meta);
 -webkit-box-orient:vertical;
 -webkit-line-clamp:3;
 overflow:hidden;
}
.voice-profile-redesign .vpr-ai-card__button{
 display:flex!important;
 width:100%;
 height:44px;
 min-height:44px;
 padding-top:0!important;
 padding-bottom:0!important;
 box-sizing:border-box;
 margin-top:auto;
 align-items:center;
 justify-content:center;
 font-size:14px;
}
@media(max-width:480px){
 .voice-profile-redesign .vpr-ai-card__button{padding-left:6px!important;padding-right:6px!important;font-size:12px;white-space:nowrap}
}
@media(max-width:600px){
 .voice-profile-redesign .vpr-hero-progress{height:46px;padding-bottom:18px}
 .voice-profile-redesign .vpr-hero-progress__time{font-size:12px;line-height:13px}
 .voice-profile-redesign .vpr-hero-voices__head{align-items:flex-start}
 .voice-profile-redesign .vpr-hero-voices__all{font-size:13px}
 .voice-profile-redesign .vpr-ai-card__body{min-height:0}
}

/* Iteration 23: separated card controls, commercial services and studio practice. */
.voice-profile-redesign .vpr-voice-card__utility{
 display:grid;
 grid-template-columns:21px 1fr 21px;
 align-items:center;
}
.voice-profile-redesign .vpr-voice-card__download{grid-column:1;grid-row:1;position:relative;justify-self:start}
.voice-profile-redesign .vpr-voice-card__favourite{position:relative;z-index:8;top:auto;left:auto;grid-column:2;grid-row:1;justify-self:center;width:29px;height:29px}
.voice-profile-redesign .vpr-voice-card__federal{grid-column:3;grid-row:1;justify-self:end}

/* Iteration 24 cascade guard. */
.voice-profile-redesign .vpr-similar-section{z-index:2;overflow:visible}
.voice-profile-redesign .vpr-similar-carousel{height:285px;overflow:visible;clip-path:inset(-16px 0 -190px 0)}
.voice-profile-redesign .vpr-similar-carousel .swiper-slide{height:253px}
.voice-profile-redesign .vpr-similar-section .vpr-voice-card,.voice-profile-redesign .vpr-similar-section .vpr-voice-card:hover{background:#eceef3}
.voice-profile-redesign .vpr-similar-section .vpr-voice-card.is-hovered,.voice-profile-redesign .vpr-similar-section .vpr-voice-card.has-focus{z-index:6}
.voice-profile-redesign .vpr-voice-card__utility{grid-template-columns:21px minmax(0,1fr) 21px;column-gap:0}
.voice-profile-redesign .vpr-voice-card__favourite{position:absolute;top:auto;left:auto;grid-column:1;grid-row:1;opacity:0;transform:translateX(-4px);pointer-events:none;transition:opacity .16s ease,transform .16s ease;cursor:pointer}
.voice-profile-redesign .vpr-voice-card__download{grid-column:1;grid-row:1;cursor:pointer}
.voice-profile-redesign .vpr-voice-card__duration{grid-column:2;grid-row:1;justify-self:center;color:var(--vpr-brand);font-size:11px;font-weight:500;line-height:21px;white-space:nowrap}
.voice-profile-redesign .vpr-voice-card__federal{grid-column:3;grid-row:1}
.voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__utility,.voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__utility,.voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__utility{grid-template-columns:29px 21px minmax(0,1fr) 21px;column-gap:3px}
.voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__favourite,.voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__favourite,.voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__favourite{position:relative;grid-column:1;opacity:1;transform:none;pointer-events:auto}
.voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__download,.voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__download,.voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__download{grid-column:2}
.voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__duration,.voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__duration,.voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__duration{grid-column:3}
.voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__federal,.voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__federal,.voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__federal{grid-column:4}
.voice-profile-redesign .vpr-voice-card__visual{--vpr-audio-progress:0deg;isolation:isolate}
.voice-profile-redesign .vpr-voice-card__visual:before{content:"";position:absolute;z-index:0;inset:-5px;border-radius:50%;background:conic-gradient(var(--vpr-accent) var(--vpr-audio-progress),rgba(193,73,46,.16) 0);opacity:0;transition:opacity .18s ease;pointer-events:none;-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 4px),#000 calc(100% - 3px));mask:radial-gradient(farthest-side,transparent calc(100% - 4px),#000 calc(100% - 3px))}
.voice-profile-redesign .vpr-voice-card__visual:has(.vpr-player--compact.playing):before,.voice-profile-redesign .vpr-voice-card__visual:has(.vpr-player--compact.pause):before{opacity:1}
.voice-profile-redesign .vpr-voice-card__visual>img,.voice-profile-redesign .vpr-voice-card__visual>.vpr-voice-card__avatar{position:relative;z-index:1}
.voice-profile-redesign .vpr-similar-section .vpr-voice-card__visual .vpr-player--compact{z-index:3}
.voice-profile-redesign .vpr-similar-section .vpr-voice-card__visual .vpr-player--compact .player__back{background:var(--vpr-accent)}
.voice-profile-redesign .vpr-similar-section .vpr-voice-card__visual .vpr-player--compact .player__icon-play,.voice-profile-redesign .vpr-similar-section .vpr-voice-card__visual .vpr-player--compact .player__icon-pause{color:#fff;fill:#fff}
.voice-profile-redesign .vpr-similar-section .vpr-player--compact .player__timer{display:none}
@media(max-width:767px){.voice-profile-redesign .vpr-similar-carousel{height:287px;clip-path:inset(-16px 0 -32px 0)}.voice-profile-redesign .vpr-similar-carousel .swiper-slide{height:253px}}
@media(hover:none){.voice-profile-redesign .vpr-voice-card__utility{grid-template-columns:29px 21px minmax(0,1fr) 21px;column-gap:3px}.voice-profile-redesign .vpr-voice-card__favourite{position:relative;grid-column:1;opacity:1;transform:none;pointer-events:auto}.voice-profile-redesign .vpr-voice-card__download{grid-column:2}.voice-profile-redesign .vpr-voice-card__duration{grid-column:3}.voice-profile-redesign .vpr-voice-card__federal{grid-column:4}}

/* Iteration 26 final cascade guard. */
.voice-profile-redesign .vpr-voice-card__utility,.voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__utility,.voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__utility,.voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__utility{display:flex;width:172px;height:40px;margin-right:-16px;margin-left:-16px;align-items:center;justify-content:space-between;gap:3px}
.voice-profile-redesign .vpr-voice-card__favourite,.voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__favourite,.voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__favourite,.voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__favourite{position:relative;top:auto;left:auto;display:grid;flex:0 0 36px;width:36px;height:36px;place-items:center;opacity:1;transform:none;pointer-events:auto}
.voice-profile-redesign .vpr-voice-card__favourite svg{width:26px;height:26px}
.voice-profile-redesign .vpr-voice-card__download,.voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__download,.voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__download,.voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__download{display:grid;flex:0 0 36px;width:36px;height:36px;place-items:center}
.voice-profile-redesign .vpr-voice-card__download svg{width:25px;height:25px}
.voice-profile-redesign .vpr-voice-card__duration,.voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__duration,.voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__duration,.voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__duration{flex:0 1 auto;color:var(--vpr-brand);font-size:27px;font-weight:400;line-height:40px;text-align:center}
.voice-profile-redesign .vpr-voice-card__federal,.voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__federal,.voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__federal,.voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__federal{display:grid;flex:0 0 38px;width:38px;height:38px;place-items:center}
.voice-profile-redesign .vpr-voice-card__federal svg{width:32px;height:32px}
.voice-profile-redesign .vpr-voice-card__visual{margin-top:3px;margin-bottom:4px}
@media(max-width:767px){.voice-profile-redesign .vpr-voice-card__utility{display:flex;width:172px;height:40px;margin-right:-16px;margin-left:-16px;gap:3px}.voice-profile-redesign .vpr-voice-card__favourite{position:relative;flex-basis:36px;width:36px;height:36px;opacity:1;transform:none;pointer-events:auto}.voice-profile-redesign .vpr-voice-card__download{flex-basis:36px;width:36px;height:36px}.voice-profile-redesign .vpr-voice-card__federal{flex-basis:38px;width:38px;height:38px}}

/* Iteration 25: process descriptions and seekable portrait ring. */
.voice-profile-redesign .vpr-recording-process__step p{margin:9px 0 0;color:var(--vpr-muted);font-size:13px;font-weight:400;line-height:1.45}
.voice-profile-redesign .vpr-similar-section .vpr-voice-card__visual .vpr-player--compact .player__button,
.voice-profile-redesign .vpr-similar-section .vpr-voice-card__visual .vpr-player--compact .player__button:hover,
.voice-profile-redesign .vpr-similar-section .vpr-voice-card__visual .vpr-player--compact.playing .player__button,
.voice-profile-redesign .vpr-similar-section .vpr-voice-card__visual .vpr-player--compact.pause .player__button{border-color:var(--vpr-accent);background-color:var(--vpr-accent)}
.voice-profile-redesign .vpr-similar-section .vpr-voice-card__visual .vpr-player--compact .player__button svg,
.voice-profile-redesign .vpr-similar-section .vpr-voice-card__visual .vpr-player--compact .player__button use{color:#fff;fill:#fff}
.voice-profile-redesign .vpr-voice-card__visual:has(.vpr-voice-card__seek):before{opacity:1}
.voice-profile-redesign .vpr-voice-card__seek{position:absolute;z-index:2;inset:-5px;width:120px;height:120px;border-radius:50%;outline:none;cursor:pointer;pointer-events:none;touch-action:none}
.voice-profile-redesign .vpr-voice-card__seek circle{fill:none;stroke:transparent;stroke-width:12;cursor:pointer;pointer-events:stroke}
.voice-profile-redesign .vpr-voice-card__visual:has(.vpr-voice-card__seek:hover):before,
.voice-profile-redesign .vpr-voice-card__visual:has(.vpr-voice-card__seek:focus-visible):before{inset:-6px;-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 6px),#000 calc(100% - 5px));mask:radial-gradient(farthest-side,transparent calc(100% - 6px),#000 calc(100% - 5px))}
.voice-profile-redesign .vpr-voice-card__seek:focus-visible{box-shadow:0 0 0 3px rgba(244,75,29,.18)}
@media(max-width:600px){.voice-profile-redesign .vpr-recording-process__step p{font-size:14px;line-height:1.45}}

/* Iteration 26: reference-scale top controls for Other voices cards. */
.voice-profile-redesign .vpr-voice-card__utility,
.voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__utility,
.voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__utility,
.voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__utility{display:flex;width:172px;height:40px;margin-right:-16px;margin-left:-16px;align-items:center;justify-content:space-between;gap:3px}
.voice-profile-redesign .vpr-voice-card__favourite,
.voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__favourite,
.voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__favourite,
.voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__favourite{position:relative;top:auto;left:auto;display:grid;flex:0 0 36px;width:36px;height:36px;place-items:center;opacity:1;transform:none;pointer-events:auto}
.voice-profile-redesign .vpr-voice-card__favourite svg{width:26px;height:26px}
.voice-profile-redesign .vpr-voice-card__download,
.voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__download,
.voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__download,
.voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__download{display:grid;flex:0 0 36px;width:36px;height:36px;place-items:center}
.voice-profile-redesign .vpr-voice-card__download svg{width:25px;height:25px}
.voice-profile-redesign .vpr-voice-card__duration,
.voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__duration,
.voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__duration,
.voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__duration{flex:0 1 auto;color:var(--vpr-brand);font-size:27px;font-weight:400;line-height:40px;text-align:center}
.voice-profile-redesign .vpr-voice-card__federal,
.voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__federal,
.voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__federal,
.voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__federal{display:grid;flex:0 0 38px;width:38px;height:38px;place-items:center}
.voice-profile-redesign .vpr-voice-card__federal svg{width:32px;height:32px}
.voice-profile-redesign .vpr-voice-card__visual{margin-top:3px;margin-bottom:4px}
@media(max-width:767px){.voice-profile-redesign .vpr-voice-card__utility{display:flex;width:172px;height:40px;margin-right:-16px;margin-left:-16px;gap:3px}.voice-profile-redesign .vpr-voice-card__favourite{position:relative;flex-basis:36px;width:36px;height:36px;opacity:1;transform:none;pointer-events:auto}.voice-profile-redesign .vpr-voice-card__download{flex-basis:36px;width:36px;height:36px}.voice-profile-redesign .vpr-voice-card__federal{flex-basis:38px;width:38px;height:38px}}

/* Iteration 24: Other voices controls, portrait progress and vertical overlay. */
.voice-profile-redesign .vpr-similar-section{z-index:2;overflow:visible}
.voice-profile-redesign .vpr-similar-carousel{height:285px;overflow:visible;clip-path:inset(-16px 0 -190px 0)}
.voice-profile-redesign .vpr-similar-carousel .swiper-slide{height:253px}
.voice-profile-redesign .vpr-similar-section .vpr-voice-card,
.voice-profile-redesign .vpr-similar-section .vpr-voice-card:hover{background:#eceef3}
.voice-profile-redesign .vpr-similar-section .vpr-voice-card.is-hovered,
.voice-profile-redesign .vpr-similar-section .vpr-voice-card.has-focus{z-index:6}
.voice-profile-redesign .vpr-voice-card__utility{grid-template-columns:21px minmax(0,1fr) 21px;column-gap:0}
.voice-profile-redesign .vpr-voice-card__favourite{position:absolute;grid-column:1;grid-row:1;opacity:0;transform:translateX(-4px);pointer-events:none;transition:opacity .16s ease,transform .16s ease}
.voice-profile-redesign .vpr-voice-card__download{grid-column:1;grid-row:1;cursor:pointer}
.voice-profile-redesign .vpr-voice-card__duration{grid-column:2;grid-row:1;justify-self:center;color:var(--vpr-brand);font-size:11px;font-weight:500;line-height:21px;white-space:nowrap}
.voice-profile-redesign .vpr-voice-card__federal{grid-column:3;grid-row:1}
.voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__utility,
.voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__utility,
.voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__utility{grid-template-columns:29px 21px minmax(0,1fr) 21px;column-gap:3px}
.voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__favourite,
.voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__favourite,
.voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__favourite{position:relative;grid-column:1;opacity:1;transform:none;pointer-events:auto}
.voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__download,
.voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__download,
.voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__download{grid-column:2}
.voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__duration,
.voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__duration,
.voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__duration{grid-column:3}
.voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__federal,
.voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__federal,
.voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__federal{grid-column:4}
.voice-profile-redesign .vpr-voice-card__favourite{cursor:pointer}
.voice-profile-redesign .vpr-voice-card__visual{--vpr-audio-progress:0deg;isolation:isolate}
.voice-profile-redesign .vpr-voice-card__visual:before{content:"";position:absolute;z-index:0;inset:-5px;border-radius:50%;background:conic-gradient(var(--vpr-accent) var(--vpr-audio-progress),rgba(193,73,46,.16) 0);opacity:0;transition:opacity .18s ease;pointer-events:none;-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 4px),#000 calc(100% - 3px));mask:radial-gradient(farthest-side,transparent calc(100% - 4px),#000 calc(100% - 3px))}
.voice-profile-redesign .vpr-voice-card__visual:has(.vpr-player--compact.playing):before,
.voice-profile-redesign .vpr-voice-card__visual:has(.vpr-player--compact.pause):before{opacity:1}
.voice-profile-redesign .vpr-voice-card__visual>img,
.voice-profile-redesign .vpr-voice-card__visual>.vpr-voice-card__avatar{position:relative;z-index:1}
.voice-profile-redesign .vpr-similar-section .vpr-voice-card__visual .vpr-player--compact{z-index:3}
.voice-profile-redesign .vpr-similar-section .vpr-voice-card__visual .vpr-player--compact .player__back{background:var(--vpr-accent)}
.voice-profile-redesign .vpr-similar-section .vpr-voice-card__visual .vpr-player--compact .player__icon-play,
.voice-profile-redesign .vpr-similar-section .vpr-voice-card__visual .vpr-player--compact .player__icon-pause{color:#fff;fill:#fff}
.voice-profile-redesign .vpr-similar-section .vpr-player--compact .player__timer{display:none}
@media(max-width:767px){
 .voice-profile-redesign .vpr-similar-carousel{height:287px;clip-path:inset(-16px 0 -32px 0)}
 .voice-profile-redesign .vpr-similar-carousel .swiper-slide{height:253px}
}
@media(hover:none){
 .voice-profile-redesign .vpr-voice-card__utility{grid-template-columns:29px 21px minmax(0,1fr) 21px;column-gap:3px}
 .voice-profile-redesign .vpr-voice-card__favourite{position:relative;grid-column:1;opacity:1;transform:none;pointer-events:auto}
 .voice-profile-redesign .vpr-voice-card__download{grid-column:2}
 .voice-profile-redesign .vpr-voice-card__duration{grid-column:3}
 .voice-profile-redesign .vpr-voice-card__federal{grid-column:4}
}
.voice-profile-redesign .vpr-voice-card__download:before{content:"";position:absolute;inset:-4px;border-radius:50%}
.voice-profile-redesign .vpr-voice-card__download:focus,.voice-profile-redesign .vpr-voice-card__favourite:focus,.voice-profile-redesign .vpr-voice-card__download:focus-visible,.voice-profile-redesign .vpr-voice-card__favourite:focus-visible{border-radius:50%;outline:2px solid var(--vpr-accent);outline-offset:2px}

.voice-profile-redesign .vpr-commercial-services{background:transparent}
.voice-profile-redesign .vpr-commercial-services .vpr-section__head{align-items:flex-end;margin-bottom:24px}
.voice-profile-redesign .vpr-commercial-services .vpr-section__head h2{margin-bottom:10px}
.voice-profile-redesign .vpr-commercial-services .vpr-section__intro{max-width:760px;margin:0}
.voice-profile-redesign .vpr-commercial-services__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.voice-profile-redesign .vpr-commercial-service{display:flex;min-width:0;min-height:356px;flex-direction:column;border:1px solid var(--vpr-line);border-radius:var(--vpr-card-radius);background:#fff;box-shadow:0 8px 24px rgba(47,49,80,.055);overflow:hidden}
.voice-profile-redesign .vpr-commercial-service__visual{height:156px;background:#eceef3;overflow:hidden}
.voice-profile-redesign .vpr-commercial-service__visual img{display:block;width:100%;height:100%;object-fit:cover}
.voice-profile-redesign .vpr-commercial-service__body{display:flex;min-height:200px;box-sizing:border-box;padding:19px;flex:1;flex-direction:column}
.voice-profile-redesign .vpr-commercial-service h3{margin:0 0 9px;font-size:18px;line-height:1.3}
.voice-profile-redesign .vpr-commercial-service p{margin:0 0 17px;color:var(--vpr-meta);font-size:14px;line-height:1.5}
.voice-profile-redesign .vpr-commercial-service__footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:15px;border-top:1px solid var(--vpr-line)}
.voice-profile-redesign .vpr-commercial-service__price{color:var(--vpr-brand);font-size:14px;line-height:1.3;white-space:nowrap}
.voice-profile-redesign .vpr-commercial-service__cta,.voice-profile-redesign .vpr-commercial-service__cta:visited{display:inline-flex;min-height:40px;box-sizing:border-box;align-items:center;justify-content:center;padding:0 14px;border-radius:var(--vpr-button-radius);color:#fff;background:var(--vpr-accent);font-size:13px;font-weight:700;text-decoration:none;white-space:nowrap}
.voice-profile-redesign .vpr-commercial-service__cta:hover{opacity:.88}.voice-profile-redesign .vpr-commercial-service__cta:focus-visible{outline:2px solid var(--vpr-brand);outline-offset:3px}

.voice-profile-redesign .vpr-recording-practice{margin-top:38px;padding-top:34px;border-top:1px solid var(--vpr-line)}
.voice-profile-redesign .vpr-recording-practice>h3{margin:0 0 22px;color:var(--vpr-brand);font-size:24px;line-height:1.25}
.voice-profile-redesign .vpr-recording-practice__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}
.voice-profile-redesign .vpr-recording-practice__item{min-width:0}
.voice-profile-redesign .vpr-recording-practice__item h4{margin:0 0 10px;color:var(--vpr-brand);font-size:19px;line-height:1.3}
.voice-profile-redesign .vpr-recording-practice__item p{min-height:116px;margin:0 0 17px;color:var(--vpr-meta);font-size:14px;line-height:1.62}
.voice-profile-redesign .vpr-recording-practice__item p a{color:var(--vpr-accent);text-decoration:underline;text-underline-offset:3px}
.voice-profile-redesign .vpr-process-video{width:100%;aspect-ratio:16/9;border-radius:var(--vpr-card-radius);background:#eceef3;overflow:hidden}
.voice-profile-redesign .vpr-process-video .video,.voice-profile-redesign .vpr-process-video .video__wrapper,.voice-profile-redesign .vpr-process-video .video__media{width:100%;height:100%}
.voice-profile-redesign .vpr-process-video .video__media{display:block;object-fit:cover}
.voice-profile-redesign .vpr-recording-practice__channel{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:24px;padding:17px 19px;border-radius:var(--vpr-card-radius);color:var(--vpr-brand);background:#f3f3f4;font-size:14px}
.voice-profile-redesign .vpr-recording-practice__channel-link,.voice-profile-redesign .vpr-recording-practice__channel-link:visited{color:var(--vpr-accent);font-weight:700;text-decoration:underline;text-underline-offset:3px;white-space:nowrap}

@media(max-width:1100px){.voice-profile-redesign .vpr-commercial-services__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.voice-profile-redesign .vpr-commercial-service{min-height:340px}}
@media(max-width:767px){.voice-profile-redesign .vpr-recording-practice__grid{grid-template-columns:1fr}.voice-profile-redesign .vpr-recording-practice__item p{min-height:0}.voice-profile-redesign .vpr-recording-practice__channel{align-items:flex-start;flex-direction:column}}
@media(max-width:600px){.voice-profile-redesign .vpr-commercial-services__grid{grid-template-columns:1fr}.voice-profile-redesign .vpr-commercial-service{min-height:0}.voice-profile-redesign .vpr-commercial-service__visual{height:176px}.voice-profile-redesign .vpr-commercial-service__body{min-height:0}.voice-profile-redesign .vpr-recording-practice{margin-top:30px;padding-top:28px}.voice-profile-redesign .vpr-recording-practice>h3{font-size:22px}.voice-profile-redesign .vpr-recording-practice__item h4{font-size:18px}}

/* Iteration 18: header-aligned grid and unified visual tokens. */
.voice-profile-redesign{
 --vpr-container:1268px;
 --vpr-brand:#3b4173;
 --vpr-accent:#c1492e;
 --vpr-heading:#3b4173;
 --vpr-body:#3f3f43;
 --vpr-meta:#717171;
 --vpr-line:#e3e4ea;
 --vpr-button-radius:12px;
 --vpr-card-radius:16px;
 --vpr-section-gap:36px;
}
.voice-profile-redesign .vpr-container{
 width:min(var(--vpr-container),calc(100% - 24px));
 max-width:var(--vpr-container);
 box-sizing:border-box;
}
.voice-profile-redesign .vpr-trust__block{
 width:min(var(--vpr-container),calc(100% - 24px));
 max-width:var(--vpr-container);
 box-sizing:border-box;
}
.voice-profile-redesign .vpr-trust__block .s-studio__container,
.voice-profile-redesign .vpr-trust__block .s-advantages__container,
.voice-profile-redesign .vpr-trust__block .s-reviews__container,
.voice-profile-redesign .vpr-trust__block .s-clients__container,
.voice-profile-redesign .vpr-trust__block .s-support__container{
 max-width:none;
 box-sizing:border-box;
}

.voice-profile-redesign .vpr-hero__heading h1,
.voice-profile-redesign .vpr-section h2,
.voice-profile-redesign .vpr-similar-head h2,
.voice-profile-redesign .vpr-trust__block .headers__title,
.voice-profile-redesign .vpr-trust__block h2,
.voice-profile-redesign .vpr-section h3{
 color:var(--vpr-brand);
}
.voice-profile-redesign .vpr-intro h2,
.voice-profile-redesign .vpr-hero-services>h2{
 margin:0 0 18px;
 color:var(--vpr-brand);
 font-size:28px;
 font-weight:700;
 line-height:1.2;
 letter-spacing:-.015em;
}
.voice-profile-redesign .vpr-intro__lead,
.voice-profile-redesign .vpr-intro__summary{
 max-width:820px;
 color:var(--vpr-body);
 font-size:16px;
 line-height:1.65;
}
.voice-profile-redesign .vpr-facts>div{
 margin-bottom:11px;
 font-size:15px;
 line-height:1.42;
}
.voice-profile-redesign .vpr-links{
 gap:5px;
 font-size:14px;
 line-height:1.45;
}
.voice-profile-redesign .vpr-links a{font-size:14px}
.voice-profile-redesign .vpr-hero-voices h2{
 margin-bottom:3px;
 font-size:15px;
 line-height:1.35;
}
.voice-profile-redesign .vpr-hero-voices__head p{
 margin:0;
 color:var(--vpr-meta);
 font-size:13px;
 line-height:1.4;
}
.voice-profile-redesign .vpr-hero-voice p{
 font-size:13px;
 line-height:1.28;
}
.voice-profile-redesign .vpr-hero-service h3,
.voice-profile-redesign .vpr-hero-service__price{
 font-size:15px;
 line-height:1.4;
}
.voice-profile-redesign .vpr-hero-progress__time,
.voice-profile-redesign .vpr-order__note,
.voice-profile-redesign .vpr-audio-card__copy span{
 font-size:13px;
}

.voice-profile-redesign .button,
.voice-profile-redesign button:not(.player__button):not(.vpr-favourite__button){
 border-radius:var(--vpr-button-radius);
}
.voice-profile-redesign .button--orange,
.voice-profile-redesign .vpr-identity__cta,
.voice-profile-redesign .vpr-service-card__link,
.voice-profile-redesign .vpr-voice-card__cta,
.voice-profile-redesign .vpr-quick-order__submit{
 border-color:var(--vpr-accent)!important;
 border-radius:var(--vpr-button-radius)!important;
 color:#fff!important;
 background:var(--vpr-accent)!important;
}
.voice-profile-redesign .button--orange:hover,
.voice-profile-redesign .button--orange:focus-visible,
.voice-profile-redesign .vpr-identity__cta:hover,
.voice-profile-redesign .vpr-identity__cta:focus-visible{
 opacity:.88;
}
.voice-profile-redesign .vpr-ai-section__link,
.voice-profile-redesign .vpr-links a,
.voice-profile-redesign .vpr-hero-service__price,
.voice-profile-redesign .vpr-kicker,
.voice-profile-redesign .vpr-placeholder-badge,
.voice-profile-redesign .vpr-voice-card__federal,
.voice-profile-redesign .vpr-similar-section .vpr-voice-card__body h3 a{
 color:var(--vpr-accent);
}
.voice-profile-redesign .vpr-studio-card__icon{background:var(--vpr-accent)}
.voice-profile-redesign .vpr-faq__item:hover,
.voice-profile-redesign .vpr-similar-section .vpr-voice-card.is-hovered,
.voice-profile-redesign .vpr-similar-section .vpr-voice-card.has-focus{
 border-color:rgba(193,73,46,.28);
}
.voice-profile-redesign .vpr-award-card,
.voice-profile-redesign .vpr-quick-order__card,
.voice-profile-redesign .vpr-filmography-shell,
.voice-profile-redesign .vpr-biography,
.voice-profile-redesign .vpr-studio-card,
.voice-profile-redesign .vpr-faq__item,
.voice-profile-redesign .vpr-trust__block .s-clients__item{
 border-radius:var(--vpr-card-radius);
}

.voice-profile-redesign .vpr-trust__block .s-clients__headers{
 margin-bottom:28px;
}
.voice-profile-redesign .vpr-trust__block .s-clients__items{
 position:relative;
 padding-top:0;
 padding-bottom:68px;
}
.voice-profile-redesign .vpr-trust__block .s-clients .slick-prev,
.voice-profile-redesign .vpr-trust__block .s-clients .slick-next{
 top:auto;
 bottom:12px;
 margin-left:0;
 border-color:var(--vpr-accent);
 border-radius:999px;
 color:var(--vpr-accent);
 background:#fff;
}
.voice-profile-redesign .vpr-trust__block .s-clients .slick-prev{left:calc(50% - 44px)}
.voice-profile-redesign .vpr-trust__block .s-clients .slick-next{left:calc(50% + 4px)}

@media(max-width:900px){
 .voice-profile-redesign .vpr-intro h2,.voice-profile-redesign .vpr-hero-services>h2{font-size:26px}
 .voice-profile-redesign .vpr-intro__lead,.voice-profile-redesign .vpr-intro__summary{font-size:15px}
}
@media(max-width:600px){
 .voice-profile-redesign .vpr-container,.voice-profile-redesign .vpr-trust__block{width:calc(100% - 24px)}
 .voice-profile-redesign .vpr-hero__heading{padding-right:0;padding-left:0}
 .voice-profile-redesign .vpr-intro h2,.voice-profile-redesign .vpr-hero-services>h2{font-size:24px}
 .voice-profile-redesign .vpr-facts>div{font-size:14px}
 .voice-profile-redesign .vpr-links,.voice-profile-redesign .vpr-links a{font-size:13px}
 .voice-profile-redesign .vpr-hero-service h3,.voice-profile-redesign .vpr-hero-service__price{font-size:14px}
}

/* Iteration 19: linked profile facts, real FAQ and shared carousel controls. */
.voice-profile-redesign .vpr-facts dd a,
.voice-profile-redesign .vpr-facts dd a:visited{
 color:var(--vpr-brand);
 font-weight:500;
 text-decoration:underline;
 text-decoration-color:rgba(59,65,115,.34);
 text-decoration-thickness:1px;
 text-underline-offset:3px;
 transition:color .18s ease,text-decoration-color .18s ease;
}
.voice-profile-redesign .vpr-facts dd a:hover,
.voice-profile-redesign .vpr-facts dd a:focus-visible{
 color:var(--vpr-accent);
 text-decoration-color:currentColor;
 outline:none;
}
.voice-profile-redesign .vpr-facts dd a:focus-visible{
 border-radius:3px;
 box-shadow:0 0 0 2px rgba(193,73,46,.2);
}

.voice-profile-redesign .vpr-placeholder-head h2{margin-bottom:18px}
.voice-profile-redesign .vpr-faq{gap:9px}
.voice-profile-redesign .vpr-faq__button{min-height:58px;font-size:15px}
.voice-profile-redesign .vpr-faq__panel p{font-size:14px;line-height:1.58}

.voice-profile-redesign .vpr-studio-grid{align-items:stretch}
.voice-profile-redesign .vpr-studio-card{
 height:100%;
 box-sizing:border-box;
 padding:22px 20px;
 border:1px solid var(--vpr-line);
 border-radius:var(--vpr-card-radius);
 background:var(--vpr-card);
 box-shadow:0 6px 18px rgba(59,65,115,.045);
}
.voice-profile-redesign .vpr-studio-card__icon{
 width:46px;
 height:46px;
 margin-bottom:17px;
 border-radius:13px;
 background:var(--vpr-accent);
}
.voice-profile-redesign .vpr-studio-card h3{margin-bottom:9px;font-size:17px}
.voice-profile-redesign .vpr-studio-card p{font-size:14px;line-height:1.58}

.voice-profile-redesign .vpr-similar-nav button,
.voice-profile-redesign .vpr-trust__block .s-clients .slick-prev,
.voice-profile-redesign .vpr-trust__block .s-clients .slick-next{
 width:38px;
 height:38px;
 box-sizing:border-box;
 padding:0;
 border:1px solid var(--vpr-accent);
 border-radius:50%;
 color:transparent;
 background:var(--vpr-card);
 font-size:0;
 transition:color .18s ease,border-color .18s ease,background-color .18s ease,opacity .18s ease;
}
.voice-profile-redesign .vpr-similar-nav button{position:relative}
.voice-profile-redesign .vpr-similar-nav button{border-radius:50%!important}
.voice-profile-redesign .vpr-similar-prev:before,
.voice-profile-redesign .vpr-similar-next:before,
.voice-profile-redesign .vpr-trust__block .s-clients .slick-prev:before,
.voice-profile-redesign .vpr-trust__block .s-clients .slick-next:before{
 position:absolute;
 top:50%;
 left:50%;
 display:block;
 width:8px;
 height:8px;
 box-sizing:border-box;
 margin:0;
 content:"";
 border-color:var(--vpr-accent);
 border-width:1.5px;
 transform:translate(-50%,-50%) rotate(45deg);
 transition:border-color .18s ease;
}
.voice-profile-redesign .vpr-similar-prev:before,
.voice-profile-redesign .vpr-trust__block .s-clients .slick-prev:before{
 margin-left:2px;
 border-style:none none solid solid;
}
.voice-profile-redesign .vpr-similar-next:before,
.voice-profile-redesign .vpr-trust__block .s-clients .slick-next:before{
 margin-left:-2px;
 border-style:solid solid none none;
}
.voice-profile-redesign .vpr-similar-nav button:hover,
.voice-profile-redesign .vpr-similar-nav button:focus-visible,
.voice-profile-redesign .vpr-trust__block .s-clients .slick-prev:hover,
.voice-profile-redesign .vpr-trust__block .s-clients .slick-next:hover,
.voice-profile-redesign .vpr-trust__block .s-clients .slick-prev:focus-visible,
.voice-profile-redesign .vpr-trust__block .s-clients .slick-next:focus-visible{
 border-color:var(--vpr-accent);
 background:var(--vpr-accent);
 outline:none;
 box-shadow:0 0 0 3px rgba(193,73,46,.16);
}
.voice-profile-redesign .vpr-similar-nav button:hover:before,
.voice-profile-redesign .vpr-similar-nav button:focus-visible:before,
.voice-profile-redesign .vpr-trust__block .s-clients .slick-prev:hover:before,
.voice-profile-redesign .vpr-trust__block .s-clients .slick-next:hover:before,
.voice-profile-redesign .vpr-trust__block .s-clients .slick-prev:focus-visible:before,
.voice-profile-redesign .vpr-trust__block .s-clients .slick-next:focus-visible:before{
 border-color:#fff;
}
.voice-profile-redesign .vpr-similar-nav .swiper-button-disabled,
.voice-profile-redesign .vpr-trust__block .s-clients .slick-disabled{
 opacity:.35;
 cursor:default;
 pointer-events:none;
}

@media(max-width:767px){
 .voice-profile-redesign .vpr-faq__button{font-size:14px}
 .voice-profile-redesign .vpr-faq__panel p{font-size:13px}
 .voice-profile-redesign .vpr-studio-card{height:auto;padding:20px}
}

/* Iteration 20: exact Figma geometry for Other voices cards. */
.voice-profile-redesign .vpr-similar-carousel{height:438px;margin-right:-8px;padding-bottom:18px}
.voice-profile-redesign .vpr-similar-carousel .swiper-wrapper{align-items:flex-start}
.voice-profile-redesign .vpr-similar-carousel .swiper-slide{width:180px!important;height:410px}
.voice-profile-redesign .vpr-similar-section .vpr-voice-card,.voice-profile-redesign .vpr-similar-section .vpr-voice-card:hover{width:180px;height:253px;min-width:180px;min-height:253px;box-sizing:border-box;padding:14px 20px 18px;border:0;border-radius:35px;background:#f3f3f4;box-shadow:none;transform:none;overflow:visible}
.voice-profile-redesign .vpr-similar-section .vpr-voice-card.is-hovered,.voice-profile-redesign .vpr-similar-section .vpr-voice-card.has-focus{width:180px;height:auto;min-height:253px;padding-bottom:0;border-radius:35px;transform:none;box-shadow:0 12px 28px rgba(47,49,80,.12)}
.voice-profile-redesign .vpr-voice-card__utility{position:relative;top:auto;right:auto;left:auto;width:140px;height:21px;grid-template-columns:21px 1fr 21px;box-sizing:border-box;margin:0 auto}
.voice-profile-redesign .vpr-voice-card__download,.voice-profile-redesign .vpr-voice-card__federal{width:21px;height:21px;color:var(--vpr-accent);background:transparent;box-shadow:none}
.voice-profile-redesign .vpr-voice-card__download{grid-column:1;justify-self:start}.voice-profile-redesign .vpr-voice-card__download svg{width:15px;height:15px}.voice-profile-redesign .vpr-voice-card__federal{grid-column:3;justify-self:end}.voice-profile-redesign .vpr-voice-card__federal svg{width:21px;height:21px}
.voice-profile-redesign .vpr-voice-card__favourite{position:absolute;z-index:8;top:-4px;left:-4px;width:29px;height:29px}
.voice-profile-redesign .vpr-voice-card__visual{width:110px;height:110px;margin:7px auto 7px;border-radius:50%}
.voice-profile-redesign .vpr-voice-card__visual>img,.voice-profile-redesign .vpr-voice-card__visual>.vpr-voice-card__avatar{width:110px!important;height:110px!important;border-radius:50%;object-fit:cover}
.voice-profile-redesign .vpr-similar-section .vpr-voice-card__visual .vpr-player--compact,.voice-profile-redesign .vpr-similar-section .vpr-voice-card__visual .vpr-player--compact .player__back,.voice-profile-redesign .vpr-similar-section .vpr-voice-card__visual .vpr-player--compact .player__button{width:40px!important;height:40px!important;box-sizing:border-box}
.voice-profile-redesign .vpr-similar-section .vpr-voice-card__visual .vpr-player--compact{left:-5px;bottom:6px;filter:none}.voice-profile-redesign .vpr-similar-section .vpr-voice-card__visual .vpr-player--compact .player__back{border:1px solid #fff;border-radius:50%;background:#c1492e}.voice-profile-redesign .vpr-similar-section .vpr-voice-card__visual .vpr-player--compact .player__button{display:grid;place-items:center;padding:0}.voice-profile-redesign .vpr-similar-section .vpr-voice-card__visual .vpr-player--compact .player__icon-play,.voice-profile-redesign .vpr-similar-section .vpr-voice-card__visual .vpr-player--compact .player__icon-pause{margin:0}
.voice-profile-redesign .vpr-similar-section .vpr-voice-card__body h3{display:flex;min-height:35px;max-height:35px;align-items:center;justify-content:center;margin:0 0 2px;font-size:14px;font-weight:500;line-height:1.25;overflow:hidden}.voice-profile-redesign .vpr-similar-section .vpr-voice-card__body h3 a{color:#c1492e;text-align:center}.voice-profile-redesign .vpr-voice-card__price{color:var(--vpr-brand);text-align:center}
.voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__expanded,.voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__expanded{max-height:none}
.voice-profile-redesign .vpr-voice-card__expanded p{display:-webkit-box;width:140px;min-height:0;max-height:117px;box-sizing:border-box;margin:15px 0;color:#717171;font-family:"Roboto",sans-serif;font-size:15px;font-weight:400;line-height:130%;text-align:center;-webkit-box-orient:vertical;-webkit-line-clamp:6;overflow:hidden}
.voice-profile-redesign .vpr-similar-section .vpr-player--compact .player__timer{top:-92px;left:40px;width:40px;color:var(--vpr-brand);font-size:11px;line-height:21px;text-align:center;white-space:nowrap}
.voice-profile-redesign .vpr-voice-card__cta{width:180px;height:50px;min-height:50px;box-sizing:border-box;margin-left:-20px;padding:0 16px!important;border-radius:15px!important;background:#c1492e!important}
@media(max-width:767px){.voice-profile-redesign .vpr-similar-carousel{height:287px;margin-right:-16px;padding-right:16px}.voice-profile-redesign .vpr-similar-carousel .swiper-slide{width:180px!important;height:253px}.voice-profile-redesign .vpr-similar-section .vpr-voice-card,.voice-profile-redesign .vpr-similar-section .vpr-voice-card:hover,.voice-profile-redesign .vpr-similar-section .vpr-voice-card.is-hovered,.voice-profile-redesign .vpr-similar-section .vpr-voice-card.has-focus{width:180px;height:253px;min-height:253px;border-radius:35px}}
@media(hover:none){.voice-profile-redesign .vpr-similar-section .vpr-voice-card:hover,.voice-profile-redesign .vpr-similar-section .vpr-voice-card.has-focus{width:180px;height:253px;min-height:253px;border-radius:35px;transform:none;box-shadow:none}}

/* Iteration 21: canonical role links, birthday and recording process path. */
.voice-profile-redesign .vpr-hero-voice__link{display:block;color:var(--vpr-brand);text-decoration:none}
.voice-profile-redesign .vpr-hero-voice__name{display:block;color:var(--vpr-brand);font-size:13px;line-height:1.18;text-align:center;overflow-wrap:anywhere;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}
.voice-profile-redesign .vpr-hero-voice__link:hover .vpr-hero-voice__name,.voice-profile-redesign .vpr-hero-voice__link:focus-visible .vpr-hero-voice__name{color:var(--vpr-accent)}
.voice-profile-redesign .vpr-hero-voice__link:focus-visible{border-radius:34px;outline:2px solid var(--vpr-accent);outline-offset:3px}
.voice-profile-redesign .vpr-filmography__role-link,.voice-profile-redesign .vpr-filmography__role-link:visited{color:var(--vpr-brand);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}
.voice-profile-redesign .vpr-filmography__role-link:hover,.voice-profile-redesign .vpr-filmography__role-link:focus-visible{color:var(--vpr-accent)}
.voice-profile-redesign .vpr-filmography__role-link:focus-visible{border-radius:3px;outline:2px solid var(--vpr-accent);outline-offset:3px}
.voice-profile-redesign .vpr-recording-process{padding:36px;background:#fff;overflow:hidden}
.voice-profile-redesign .vpr-recording-process__head{margin-bottom:24px}
.voice-profile-redesign .vpr-recording-process__head h2{margin:0;font-size:32px;line-height:1.16}
.voice-profile-redesign .vpr-recording-process__steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin:0;padding:0;list-style:none}
.voice-profile-redesign .vpr-recording-process__step{position:relative;display:flex;min-height:126px;box-sizing:border-box;align-items:flex-start;justify-content:center;flex-direction:column;padding:22px;border:1px solid var(--vpr-line);border-radius:var(--vpr-card-radius);background:#f8f8f9}
.voice-profile-redesign .vpr-recording-process__step>span{display:block;margin-bottom:13px;color:var(--vpr-accent);font-size:14px;font-weight:700;line-height:1}
.voice-profile-redesign .vpr-recording-process__step h3{margin:0;color:var(--vpr-brand);font-size:17px;line-height:1.3}
.voice-profile-redesign .vpr-recording-process__step:not(:last-child):before{content:"";position:absolute;z-index:2;top:50%;right:-24px;width:30px;height:30px;border-radius:50%;background:var(--vpr-accent);transform:translateY(-50%)}
.voice-profile-redesign .vpr-recording-process__step:not(:last-child):after{content:"";position:absolute;z-index:3;top:50%;right:-12px;width:7px;height:7px;border-top:2px solid #fff;border-right:2px solid #fff;transform:translateY(-50%) rotate(45deg)}
@media(max-width:900px) and (min-width:601px){
 .voice-profile-redesign .vpr-recording-process__steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
 .voice-profile-redesign .vpr-recording-process__step:nth-child(2):before{top:auto;right:50%;bottom:-24px;transform:translateX(50%)}
 .voice-profile-redesign .vpr-recording-process__step:nth-child(2):after{top:auto;right:calc(50% - 4px);bottom:-12px;transform:rotate(135deg)}
 .voice-profile-redesign .vpr-recording-process__step:nth-child(3){grid-column:2;grid-row:2}
 .voice-profile-redesign .vpr-recording-process__step:nth-child(4){grid-column:1;grid-row:2}
 .voice-profile-redesign .vpr-recording-process__step:nth-child(3):before{right:auto;left:-24px}
 .voice-profile-redesign .vpr-recording-process__step:nth-child(3):after{right:auto;left:-12px;transform:translateY(-50%) rotate(225deg)}
}
@media(max-width:600px){
 .voice-profile-redesign .vpr-hero-voice__name{font-size:12px}
 .voice-profile-redesign .vpr-recording-process{padding:28px 20px}
 .voice-profile-redesign .vpr-recording-process__head h2{font-size:27px}
 .voice-profile-redesign .vpr-recording-process__steps{grid-template-columns:1fr;gap:18px}
 .voice-profile-redesign .vpr-recording-process__step{min-height:104px;padding:19px}
 .voice-profile-redesign .vpr-recording-process__step:not(:last-child):before{top:auto;right:50%;bottom:-24px;transform:translateX(50%)}
 .voice-profile-redesign .vpr-recording-process__step:not(:last-child):after{top:auto;right:calc(50% - 4px);bottom:-12px;transform:rotate(135deg)}
}

/* Iteration 24 final cascade guard: preserve 140x21 while controls redistribute. */
.voice-profile-redesign .vpr-similar-section{z-index:2;overflow:visible}
.voice-profile-redesign .vpr-similar-carousel{height:285px;overflow:visible;clip-path:inset(-16px 0 -190px 0)}
.voice-profile-redesign .vpr-similar-carousel .swiper-slide{width:180px!important;height:253px}
.voice-profile-redesign .vpr-similar-section .vpr-voice-card,.voice-profile-redesign .vpr-similar-section .vpr-voice-card:hover{width:180px;height:253px;min-width:180px;min-height:253px;background:#eceef3}
.voice-profile-redesign .vpr-similar-section .vpr-voice-card.is-hovered,.voice-profile-redesign .vpr-similar-section .vpr-voice-card.has-focus{z-index:6;width:180px;height:auto;min-height:253px}
.voice-profile-redesign .vpr-voice-card__utility{display:grid;width:140px;height:21px;grid-template-columns:21px minmax(0,1fr) 21px;column-gap:0;align-items:center}
.voice-profile-redesign .vpr-voice-card__favourite{position:absolute;top:auto;left:auto;grid-column:1;grid-row:1;justify-self:start;width:29px;height:29px;opacity:0;transform:translateX(-4px);pointer-events:none;transition:opacity .16s ease,transform .16s ease;cursor:pointer}
.voice-profile-redesign .vpr-voice-card__download{position:relative;grid-column:1;grid-row:1;justify-self:start;cursor:pointer}
.voice-profile-redesign .vpr-voice-card__duration{grid-column:2;grid-row:1;justify-self:center;color:var(--vpr-brand);font-size:11px;font-weight:500;line-height:21px;white-space:nowrap}
.voice-profile-redesign .vpr-voice-card__federal{grid-column:3;grid-row:1;justify-self:end}
.voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__utility,.voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__utility,.voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__utility{grid-template-columns:29px 21px minmax(0,1fr) 21px;column-gap:3px}
.voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__favourite,.voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__favourite,.voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__favourite{position:relative;grid-column:1;opacity:1;transform:none;pointer-events:auto}
.voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__download,.voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__download,.voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__download{grid-column:2}
.voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__duration,.voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__duration,.voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__duration{grid-column:3}
.voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__federal,.voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__federal,.voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__federal{grid-column:4}
.voice-profile-redesign .vpr-voice-card__visual{--vpr-audio-progress:0deg;isolation:isolate}
.voice-profile-redesign .vpr-voice-card__visual:before{content:"";position:absolute;z-index:0;inset:-5px;border-radius:50%;background:conic-gradient(var(--vpr-accent) var(--vpr-audio-progress),rgba(193,73,46,.16) 0);opacity:0;transition:opacity .18s ease;pointer-events:none;-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 4px),#000 calc(100% - 3px));mask:radial-gradient(farthest-side,transparent calc(100% - 4px),#000 calc(100% - 3px))}
.voice-profile-redesign .vpr-voice-card__visual:has(.vpr-player--compact.playing):before,.voice-profile-redesign .vpr-voice-card__visual:has(.vpr-player--compact.pause):before{opacity:1}
.voice-profile-redesign .vpr-voice-card__visual>img,.voice-profile-redesign .vpr-voice-card__visual>.vpr-voice-card__avatar{position:relative;z-index:1}
.voice-profile-redesign .vpr-similar-section .vpr-voice-card__visual .vpr-player--compact{z-index:3}
.voice-profile-redesign .vpr-similar-section .vpr-voice-card__visual .vpr-player--compact .player__back{background:var(--vpr-accent)}
.voice-profile-redesign .vpr-similar-section .vpr-voice-card__visual .vpr-player--compact .player__icon-play,.voice-profile-redesign .vpr-similar-section .vpr-voice-card__visual .vpr-player--compact .player__icon-pause{color:#fff;fill:#fff}
.voice-profile-redesign .vpr-similar-section .vpr-player--compact .player__timer{display:none}
@media(max-width:767px){.voice-profile-redesign .vpr-similar-carousel{height:287px;clip-path:inset(-16px 0 -32px 0)}.voice-profile-redesign .vpr-similar-carousel .swiper-slide{height:253px}.voice-profile-redesign .vpr-similar-section .vpr-voice-card,.voice-profile-redesign .vpr-similar-section .vpr-voice-card:hover,.voice-profile-redesign .vpr-similar-section .vpr-voice-card.is-hovered,.voice-profile-redesign .vpr-similar-section .vpr-voice-card.has-focus{width:180px;height:253px;min-height:253px}.voice-profile-redesign .vpr-voice-card__utility{grid-template-columns:29px 21px minmax(0,1fr) 21px;column-gap:3px}.voice-profile-redesign .vpr-voice-card__favourite{position:relative;grid-column:1;opacity:1;transform:none;pointer-events:auto}.voice-profile-redesign .vpr-voice-card__download{grid-column:2}.voice-profile-redesign .vpr-voice-card__duration{grid-column:3}.voice-profile-redesign .vpr-voice-card__federal{grid-column:4}}
@media(hover:none){.voice-profile-redesign .vpr-voice-card__utility{grid-template-columns:29px 21px minmax(0,1fr) 21px;column-gap:3px}.voice-profile-redesign .vpr-voice-card__favourite{position:relative;grid-column:1;opacity:1;transform:none;pointer-events:auto}.voice-profile-redesign .vpr-voice-card__download{grid-column:2}.voice-profile-redesign .vpr-voice-card__duration{grid-column:3}.voice-profile-redesign .vpr-voice-card__federal{grid-column:4}}

/* Iteration 27: top controls aligned to the measured 180x22 reference. */
.voice-profile-redesign .vpr-voice-card__utility,.voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__utility,.voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__utility,.voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__utility{display:grid;width:180px;height:22px;margin-right:-20px;margin-left:-20px;grid-template-columns:24px 23px minmax(0,1fr) 47px;align-items:center;gap:0}
.voice-profile-redesign .vpr-voice-card__favourite,.voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__favourite,.voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__favourite,.voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__favourite{position:relative;top:auto;left:auto;display:grid;width:24px;height:22px;grid-column:1;place-items:center;opacity:1;transform:none;pointer-events:auto}
.voice-profile-redesign .vpr-voice-card__favourite svg{width:18px;height:18px}
.voice-profile-redesign .vpr-voice-card__download,.voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__download,.voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__download,.voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__download{display:grid;width:23px;height:22px;grid-column:2;place-items:center}
.voice-profile-redesign .vpr-voice-card__download svg{width:17px;height:17px}
.voice-profile-redesign .vpr-voice-card__duration,.voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__duration,.voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__duration,.voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__duration{grid-column:3;color:var(--vpr-brand);font-size:22px;font-weight:400;line-height:22px;text-align:center}
.voice-profile-redesign .vpr-voice-card__federal,.voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__federal,.voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__federal,.voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__federal{display:grid;width:47px;height:22px;grid-column:4;place-items:center end}
.voice-profile-redesign .vpr-voice-card__federal svg{width:22px;height:20px}
.voice-profile-redesign .vpr-voice-card__visual{margin-top:10px;margin-bottom:4px}
@media(max-width:767px){.voice-profile-redesign .vpr-voice-card__utility{display:grid;width:180px;height:22px;margin-right:-20px;margin-left:-20px;grid-template-columns:24px 23px minmax(0,1fr) 47px;gap:0}.voice-profile-redesign .vpr-voice-card__favourite{position:relative;width:24px;height:22px;opacity:1;transform:none;pointer-events:auto}.voice-profile-redesign .vpr-voice-card__download{width:23px;height:22px}.voice-profile-redesign .vpr-voice-card__federal{width:47px;height:22px}}

/* Iteration 28: expanded card dimensions from the measured 220x469 reference. */
@media(min-width:768px){
 .voice-profile-redesign .vpr-similar-section .vpr-voice-card.is-hovered,
 .voice-profile-redesign .vpr-similar-section .vpr-voice-card.has-focus{position:relative;width:220px;height:469px;min-width:220px;min-height:469px;margin-left:-20px;padding-right:20px;padding-left:20px}
 .voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__expanded p,
 .voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__expanded p{width:180px}
 .voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__cta,
 .voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__cta{position:absolute;right:20px;bottom:30px;left:20px;width:180px;margin-left:0}
}

/* Iteration 29: distinct compact and expanded control spacing from references. */
@media(min-width:768px) and (hover:hover){
 .voice-profile-redesign .vpr-voice-card:not(.is-hovered):not(.has-focus):not(:focus-within) .vpr-voice-card__utility{display:grid;width:180px;height:22px;margin-right:-20px;margin-left:-20px;grid-template-columns:repeat(3,60px);align-items:center;gap:0}
 .voice-profile-redesign .vpr-voice-card:not(.is-hovered):not(.has-focus):not(:focus-within) .vpr-voice-card__favourite{position:absolute;width:0;height:0;grid-column:auto;opacity:0;pointer-events:none}
 .voice-profile-redesign .vpr-voice-card:not(.is-hovered):not(.has-focus):not(:focus-within) .vpr-voice-card__download{width:60px;height:22px;grid-column:1;place-items:center}
 .voice-profile-redesign .vpr-voice-card:not(.is-hovered):not(.has-focus):not(:focus-within) .vpr-voice-card__duration{grid-column:2;font-size:14px;line-height:22px}
 .voice-profile-redesign .vpr-voice-card:not(.is-hovered):not(.has-focus):not(:focus-within) .vpr-voice-card__federal{width:60px;height:22px;grid-column:3;place-items:center}
 .voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__utility,
 .voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__utility,
 .voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__utility{display:grid;width:220px;height:22px;margin-right:-20px;margin-left:-20px;grid-template-columns:40px 35px 75px 70px;align-items:center;gap:0}
 .voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__favourite,
 .voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__favourite,
 .voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__favourite{position:relative;width:40px;height:22px;grid-column:1;place-items:center end;opacity:1;pointer-events:auto}
 .voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__download,
 .voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__download,
 .voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__download{width:35px;min-width:0;max-width:35px;height:22px;grid-column:2;place-items:center}
 .voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__duration,
 .voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__duration,
 .voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__duration{grid-column:3;font-size:14px;line-height:22px}
 .voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__federal,
 .voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__federal,
 .voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__federal{width:70px;height:22px;grid-column:4;place-items:center}
}

/* Iteration 30: coordinated card reveal without a falling CTA. */
@media(min-width:768px) and (hover:hover){
 .voice-profile-redesign .vpr-similar-section .vpr-voice-card{transition:width .28s cubic-bezier(.22,1,.36,1),height .34s cubic-bezier(.22,1,.36,1),min-width .28s cubic-bezier(.22,1,.36,1),min-height .34s cubic-bezier(.22,1,.36,1),margin-left .28s cubic-bezier(.22,1,.36,1),box-shadow .28s ease,border-radius .28s ease}
 .voice-profile-redesign .vpr-voice-card__expanded{transition:opacity .2s ease,transform .24s cubic-bezier(.22,1,.36,1);transition-delay:0s}
 .voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__expanded,
 .voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__expanded{transform:none;transition-delay:.08s}
 .voice-profile-redesign .vpr-voice-card__cta{position:absolute;top:358px;right:20px;bottom:auto;left:20px;width:180px;margin-left:0;visibility:hidden;opacity:0;transform:none;pointer-events:none;transition:none}
 .voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__cta,
 .voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__cta{visibility:visible;opacity:1;transform:none;pointer-events:auto;transition:none}
 .voice-profile-redesign .vpr-voice-card__telegram{position:absolute;top:418px;left:50%;display:inline-flex;visibility:hidden;align-items:center;gap:6px;color:var(--vpr-accent);font-size:14px;font-weight:500;line-height:20px;white-space:nowrap;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px;opacity:0;transform:translateX(-50%);pointer-events:none;transition:none}
 .voice-profile-redesign .vpr-voice-card__telegram img{display:block;width:20px;height:20px}
 .voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__telegram,
 .voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__telegram{visibility:visible;opacity:1;pointer-events:auto}
}
@media(prefers-reduced-motion:reduce){
 .voice-profile-redesign .vpr-similar-section .vpr-voice-card,
 .voice-profile-redesign .vpr-voice-card__expanded,
 .voice-profile-redesign .vpr-voice-card__cta{transition:none!important}
}

/* Iteration 31: fit approved card copy up to 122 characters. */
@media(min-width:768px){
 .voice-profile-redesign .vpr-voice-card__expanded p{max-height:126px;font-size:14px;line-height:18px;-webkit-line-clamp:7}
}

/* Iteration 32: compact section navigation and contextual filmography metadata. */
.voice-profile-redesign .vpr-contents{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}
.voice-profile-redesign .vpr-contents a,.voice-profile-redesign .vpr-contents a:visited{display:inline-flex;min-height:34px;box-sizing:border-box;align-items:center;padding:0 13px;border:1px solid var(--vpr-line);border-radius:999px;color:var(--vpr-brand);background:var(--vpr-card);font-size:13px;font-weight:500;line-height:1.25;text-decoration:none;transition:border-color .16s ease,color .16s ease,background-color .16s ease}
.voice-profile-redesign .vpr-contents a:hover{border-color:var(--vpr-accent);color:var(--vpr-accent);background:#fff}
.voice-profile-redesign .vpr-contents a:focus-visible{border-color:var(--vpr-accent);outline:2px solid var(--vpr-accent);outline-offset:2px}
.voice-profile-redesign .vpr-filmography-summary{max-width:780px;margin:-13px 0 8px;color:var(--vpr-meta);font-size:14px;line-height:1.55}
.voice-profile-redesign .vpr-filmography-actors{max-width:820px;margin:0 0 22px;color:var(--vpr-meta);font-size:14px;line-height:1.6}
.voice-profile-redesign .vpr-filmography-actors span{color:var(--vpr-body);font-weight:600}
.voice-profile-redesign .vpr-filmography-actors a,.voice-profile-redesign .vpr-filmography-actors a:visited{color:var(--vpr-brand);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}
.voice-profile-redesign .vpr-filmography-actors a:hover,.voice-profile-redesign .vpr-filmography-actors a:focus-visible{color:var(--vpr-accent)}
.voice-profile-redesign .vpr-filmography-actors a:focus-visible{border-radius:3px;outline:2px solid var(--vpr-accent);outline-offset:2px}
@media(max-width:600px){
 .voice-profile-redesign .vpr-contents{gap:7px;margin-top:16px}
 .voice-profile-redesign .vpr-contents a{min-height:32px;padding:0 11px;font-size:12px}
 .voice-profile-redesign .vpr-filmography-summary,.voice-profile-redesign .vpr-filmography-actors{font-size:13px}
 .voice-profile-redesign .vpr-filmography-actors{margin-bottom:18px}
}

/* Other voices: distinct Figma closed (3289:15393) and expanded (2174:9161) geometry. */
.voice-profile-redesign .vpr-similar-carousel{height:285px}
.voice-profile-redesign .vpr-similar-carousel .swiper-slide{width:180px!important;height:253px}
.voice-profile-redesign .vpr-similar-section .vpr-voice-card,
.voice-profile-redesign .vpr-similar-section .vpr-voice-card:hover{width:180px;min-width:180px;height:253px;min-height:253px;padding:0}
.voice-profile-redesign .vpr-voice-card:not(.is-hovered):not(.has-focus):not(:focus-within) .vpr-voice-card__utility{position:absolute;top:17px;left:20px;width:140px;height:21px;margin:0;display:block}
.voice-profile-redesign .vpr-voice-card:not(.is-hovered):not(.has-focus):not(:focus-within) .vpr-voice-card__favourite{position:absolute;top:1px;left:-18px;width:16px;height:18px;opacity:1;transform:none;pointer-events:auto}
.voice-profile-redesign .vpr-voice-card:not(.is-hovered):not(.has-focus):not(:focus-within) .vpr-voice-card__download{position:absolute;top:3px;left:0;width:17.0893px;height:14.9536px}
.voice-profile-redesign .vpr-voice-card:not(.is-hovered):not(.has-focus):not(:focus-within) .vpr-voice-card__download svg{width:100%;height:100%}
.voice-profile-redesign .vpr-voice-card:not(.is-hovered):not(.has-focus):not(:focus-within) .vpr-voice-card__duration{position:absolute;top:3px;left:57px;width:26px;height:15px;font-size:11px;line-height:15px;text-align:center}
.voice-profile-redesign .vpr-voice-card:not(.is-hovered):not(.has-focus):not(:focus-within) .vpr-voice-card__federal{position:absolute;top:3px;left:122px;width:18px;height:16px;place-items:center}
.voice-profile-redesign .vpr-voice-card:not(.is-hovered):not(.has-focus):not(:focus-within) .vpr-voice-card__federal svg{width:18px;height:16px}
.voice-profile-redesign .vpr-voice-card:not(.is-hovered):not(.has-focus):not(:focus-within) .vpr-voice-card__visual{position:absolute;top:56px;left:38.25px;width:110px;height:110px;margin:0}
.voice-profile-redesign .vpr-voice-card:not(.is-hovered):not(.has-focus):not(:focus-within) .vpr-voice-card__visual:before{inset:auto;top:-3px;left:-4px;width:117px;height:117px}
.voice-profile-redesign .vpr-voice-card:not(.is-hovered):not(.has-focus):not(:focus-within) .vpr-voice-card__seek{top:-3px;left:-4px;width:117px;height:117px}
.voice-profile-redesign .vpr-voice-card:not(.is-hovered):not(.has-focus):not(:focus-within) .vpr-player--compact{top:-3px;bottom:auto;left:-9.5px}
.voice-profile-redesign .vpr-voice-card:not(.is-hovered):not(.has-focus):not(:focus-within) .vpr-voice-card__body h3{position:absolute;top:185px;left:22px;width:136px;height:18px;min-height:18px;max-height:18px;margin:0;line-height:18px;white-space:nowrap;text-overflow:ellipsis}
.voice-profile-redesign .vpr-voice-card:not(.is-hovered):not(.has-focus):not(:focus-within) .vpr-voice-card__price{position:absolute;top:208px;left:30px;width:120px;height:18px;margin:0;font-size:13px;line-height:18px;overflow:hidden}
.voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__utility,
.voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__utility,
.voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__utility{position:absolute;top:29.046875px;left:20px;width:180px;height:22px;margin:0;grid-template-columns:24px 23px minmax(0,1fr) 47px}
.voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__favourite,
.voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__favourite,
.voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__favourite{width:24px;height:22px;grid-column:1;place-items:center}
.voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__download,
.voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__download,
.voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__download{width:23px;max-width:23px;height:22px;grid-column:2}
.voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__duration,
.voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__duration,
.voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__duration{grid-column:3;font-size:14px;line-height:22px}
.voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__federal,
.voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__federal,
.voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__federal{width:47px;height:22px;grid-column:4;place-items:center end}
.voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__visual,
.voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__visual,
.voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__visual{position:absolute;top:69.203px;left:51.159px;width:110px;height:110px;margin:0}
.voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__visual:before,
.voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__visual:before,
.voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__visual:before{inset:auto;top:-3px;left:-4px;width:117px;height:117px}
.voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__seek,
.voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__seek,
.voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__seek{top:-3px;left:-4px;width:117px;height:117px}
.voice-profile-redesign .vpr-voice-card.is-hovered .vpr-player--compact,
.voice-profile-redesign .vpr-voice-card.has-focus .vpr-player--compact,
.voice-profile-redesign .vpr-voice-card:focus-within .vpr-player--compact{top:-3.156125px;bottom:auto;left:-10.422184px}
.voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__body h3,
.voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__body h3,
.voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__body h3{position:absolute;top:204.953125px;left:42px;width:136px;height:18px;min-height:18px;max-height:18px;margin:0;line-height:18px;white-space:nowrap;text-overflow:ellipsis}
.voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__price,
.voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__price,
.voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__price{position:absolute;top:227.953125px;left:50px;width:120px;height:18px;margin:0;font-size:13px;line-height:18px;overflow:hidden}
.voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__expanded,
.voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__expanded,
.voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__expanded{position:absolute;top:260.953125px;left:20px;width:180px;height:114px;max-height:114px}
.voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__expanded p,
.voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__expanded p,
.voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__expanded p{width:180px;height:114px;max-height:114px;margin:0;line-height:18px;-webkit-line-clamp:6}
@media(min-width:768px){
 .voice-profile-redesign .vpr-similar-section .vpr-voice-card.is-hovered,
 .voice-profile-redesign .vpr-similar-section .vpr-voice-card.has-focus{width:220px;height:469px;min-width:220px;min-height:469px;margin-left:-20px;padding:0}
 .voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__cta,
 .voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__cta{top:389.953125px;right:20px;bottom:auto;left:20px;width:180px;height:50px;margin-left:0}
 .voice-profile-redesign .vpr-voice-card__telegram{top:446px}
}

/* Other voices: expose the existing focus-expanded state on touch devices. */
@media(max-width:767px){
 .voice-profile-redesign .vpr-similar-carousel{overflow:visible;clip-path:inset(-16px 0 -220px 0)}
 .voice-profile-redesign .vpr-similar-section .vpr-voice-card.has-focus,
 .voice-profile-redesign .vpr-similar-section .vpr-voice-card:focus-within{z-index:6;width:220px;height:469px;min-width:220px;min-height:469px;margin-left:-20px;padding:0}
 .voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__expanded,
 .voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__expanded{max-height:123px;visibility:visible;opacity:1;transform:none}
 .voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__cta,
 .voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__cta{position:absolute;top:389.953125px;right:20px;bottom:auto;left:20px;width:180px;height:50px;margin-left:0;visibility:visible;opacity:1;transform:none;pointer-events:auto}
 .voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__telegram,
 .voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__telegram{position:absolute;top:446px;left:50%;display:inline-flex;width:auto;height:20px;align-items:center;visibility:visible;opacity:1;transform:translateX(-50%);pointer-events:auto}
}

/* Other voices: compact row with expanded overlay; keep Telegram inside the 469px card. */
.voice-profile-redesign .vpr-similar-carousel{height:285px;overflow:visible;clip-path:inset(-16px 0 -220px 0)}
@media(min-width:768px){
 .voice-profile-redesign .vpr-voice-card.is-hovered .vpr-voice-card__telegram,
 .voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__telegram,
 .voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__telegram{top:446px}
}
@media(max-width:767px){
 .voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__telegram,
 .voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__telegram{top:446px}
}

/* SEO/content patch 1: preserve project-title emphasis after removing mass headings. */
.voice-profile-redesign .vpr-filmography__title{font-weight:700}
.voice-profile-redesign .vpr-filmography__role-label{font-weight:500}

/* Commercial taxonomy: keep two model-backed service buckets balanced on wider screens. */
@media(min-width:601px){
 .voice-profile-redesign .vpr-commercial-services__grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}
}

/* Other voices: hide favourite in the compact state at every breakpoint. */
.voice-profile-redesign .vpr-similar-section .vpr-similar-carousel{padding-left:28px}
.voice-profile-redesign .vpr-similar-section .vpr-voice-card:not(.is-hovered):not(:hover):not(.has-focus):not(:focus-within) .vpr-voice-card__favourite{visibility:hidden;opacity:0;pointer-events:none}
.voice-profile-redesign .vpr-similar-section .vpr-voice-card.is-hovered .vpr-voice-card__favourite,
.voice-profile-redesign .vpr-similar-section .vpr-voice-card:hover .vpr-voice-card__favourite,
.voice-profile-redesign .vpr-similar-section .vpr-voice-card.has-focus .vpr-voice-card__favourite,
.voice-profile-redesign .vpr-similar-section .vpr-voice-card:focus-within .vpr-voice-card__favourite{visibility:visible!important;opacity:1!important;pointer-events:auto!important}

/* Mobile other voices: reveal order actions only with the existing expanded state. */
@media(max-width:767px){
 .voice-profile-redesign .vpr-voice-card__cta,
 .voice-profile-redesign .vpr-voice-card__telegram{visibility:hidden;opacity:0;pointer-events:none}
 .voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__cta,
 .voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__cta,
 .voice-profile-redesign .vpr-voice-card.has-focus .vpr-voice-card__telegram,
 .voice-profile-redesign .vpr-voice-card:focus-within .vpr-voice-card__telegram{visibility:visible!important;opacity:1!important;pointer-events:auto}
}

/* Compact, first-class achievements placed next to the actor biography. */
.voice-profile-redesign .vpr-awards-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:900px;gap:14px}
.voice-profile-redesign .vpr-award-card{display:grid;grid-template-columns:72px minmax(0,1fr);min-height:92px;box-sizing:border-box;padding:16px 18px;align-items:center}
.voice-profile-redesign .vpr-award-card__year{display:grid;min-height:42px;padding:0 10px;place-items:center;border-radius:12px;color:var(--vpr-accent);background:#fff1ec;font-size:15px;font-weight:700}
.voice-profile-redesign .vpr-award-card h3{margin:0;font-size:15px;line-height:1.4}
@media(max-width:600px){
 .voice-profile-redesign .vpr-awards-grid{grid-template-columns:1fr}
 .voice-profile-redesign .vpr-award-card{grid-template-columns:64px minmax(0,1fr);min-height:84px;padding:14px}
}

/* Mobile profile flow: compact portrait, then contact, demo/pricing and intro. */
@media(max-width:767px){
 .voice-profile-redesign .vpr-hero__shell{display:flex;gap:0;flex-direction:column;padding:0}
 .voice-profile-redesign .vpr-identity,.voice-profile-redesign .vpr-hero__content{width:100%;min-width:0}
 .voice-profile-redesign .vpr-photo-wrap{width:min(100%,300px);height:300px;min-height:300px;margin-right:auto;margin-left:auto}
 .voice-profile-redesign .vpr-identity__photo{width:100%;height:300px;min-height:300px}
 .voice-profile-redesign .vpr-hero__content{display:flex;padding-top:22px;flex-direction:column}
 .voice-profile-redesign .vpr-hero-services{order:-1;margin-top:0;margin-bottom:24px}
 .voice-profile-redesign .vpr-intro{order:0}
 .voice-profile-redesign .vpr-hero-voices{order:1}
}
